PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

missing module named 'unix'

Open bend94 opened this issue 5 years ago • 0 comments

hi i work on raspbian (raspberry) i installed pyuserinput and start with a little program like this:

from pymouse import PyMouse m=PyMouse()

i received that error ModuleNotFoundError: No module named 'unix'

do you know why ? thanks

bend94 avatar Jun 03 '20 18:06 bend94