Hey guys, I have no experience programming Leap Motion, and I tried to run the Sample.py file on python2.7. However, it always give me the following error:
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
When I try
which python2.7
I get
/opt/local/bin/python2.7
When I run
otool -L LeapPython.so
I get
LeapPython.so:
/opt/local/bin/python2.7/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib (compatibility version 2.7.0, current version 2.7.0)
@loader_path/libLeap.dylib (compatibility version 0.7.0, current version 2.3.1)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
Please help!! Thank you so so much.