openleap / PyLeapMouse

A Leap Motion based mouse in Python
Other
171 stars 66 forks source link

failed on Linux -> ImportError: No module named pymouse #12

Closed shay-berman closed 11 years ago

shay-berman commented 11 years ago

just clone it and copied the following to the Linux dir : LeapSDK/lib/Leap.py LeapSDK/lib/x86/LeapPython.so LeapSDK/lib/x86/libLeapCSharp.so LeapSDK/lib/x86/libLeap.so LeapSDK/lib/x86/libLeapJava.so

then I got this error:

> python PyLeapMouse.py

Traceback (most recent call last): File "PyLeapMouse.py", line 4, in from leap import Leap, Mouse File "/data/homeData/git/PyLeapMouse/leap.py", line 7, in import Linux.Mouse as Mouse File "/data/homeData/git/PyLeapMouse/Linux/Mouse.py", line 1, in from pymouse import PyMouse ImportError: No module named pymouse

shay-berman commented 11 years ago

Sorry I didn't git clone https://github.com/SavinaRoja/PyUserInput.git