openleap / PyLeapMouse

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

Leappython module #9

Closed MatteoCampinoti94 closed 11 years ago

MatteoCampinoti94 commented 11 years ago

when I try to start the PyLeapMouse.py it gives me an error in the leappython module saying AttributeError: 'module' object has no attribute 'delete_BoolArray' I have Windows 7 64bit and Python 2.7.5

pythonian4000 commented 11 years ago

Look in the Windows/ folder of PyLeapMouse for the file Leap.py, and replace it with the Leap.py from your SDK (the likely cause of the problem is that your SDK is a different/newer version than the included Leap.py).

wyager commented 11 years ago

Agreed. Closing.