SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

missing module named 'unix' #119

Open bend94 opened 4 years ago

bend94 commented 4 years ago

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