openleap / PyLeapMouse

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

Fatal Python error: PyThreadState_Get: no current thread #33

Open gitfoxi opened 9 years ago

gitfoxi commented 9 years ago

I'm not sure where to even begin debugging this.

$ python  PyLeapMouse.py --palm
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6

I'm on OS X use somebody with a fairly standard homebrew set up. (Python is provided by homebrew in this case.)

If I run with the system /usr/bin/python and it starts up okay. But the cursor doesn't respond to my hand over the leap of motion.

wyager commented 9 years ago

So this codebase mostly exists as an early beta proof-of-concept. I haven't maintained it in years, so it's pronably many versions out of date with the Leap API. Some people have done work here and there, but I don't think anyone's modernized it.