Hello,
I'm trying to get The Leap Motion python SDK working with Anaconda Python 2.7.11 on OSX.
I've followed the guide for using alternate python distributions here: https://developer.leapmotion.com/documentation/orion/python/devguide/Project_Setup.html
I'm using this command to point LeapPython.so to the Anaconda Distribution:
install_name_tool -change /Library/Frameworks/Python.framework/Versions/2.7/Python \
/anaconda/pkgs/python-2.7.11-0/lib/libpython2.7.dylib LeapPython.so
Nothing in my anaconda python distribution that I point LeapPython.so to seems to work. I've tried
/anaconda/pkgs/python-2.7.11.0, /anaconda/pkgs/python-2.7.11-0/lib/libpython2.7.dylib, plus some other .dylib files with no luck.
Does anyone know the correct file to point LeapPython.so to in the Anaconda Distribution?
Thank you!