openleap / PyLeapMouse

A Leap Motion based mouse in Python
Other
172 stars 65 forks source link

Error on running pyleapmouse on Arch Linux #30

Open biplab1 opened 10 years ago

biplab1 commented 10 years ago

I receive the following error on running pyleapmouse: Traceback (most recent call last): File "PyLeapMouse.py", line 4, in from leap import Leap, Mouse File "/opt/pyleapmouse/leap.py", line 7, in import Linux.Leap as Leap File "/opt/pyleapmouse/Linux/Leap.py", line 28, in LeapPython = swig_import_helper() File "/opt/pyleapmouse/Linux/Leap.py", line 24, in swig_import_helper _mod = imp.load_module('LeapPython', fp, pathname, description) ImportError: /opt/pyleapmouse/Linux/LeapPython.so: undefined symbol: _ZNK4Leap5Image10rayOffsetXEv

I had installed PyLeapMouse using AUR. I couldn't figure out the what is causing this error