LeapWebVisualizer
LeapWebVisualizer copied to clipboard
Strange import error within _LeapPython.so
Hi, I'm trying to get this up and running and I reach an error when running "python websocketserver.py"
Here's the error I'm seeing:
ImportError: dlopen(/Users/204507/Dropbox/NYT_code/LeapMotion_tests/LeapWebVisualizer-master/_LeapPython.so, 2): Library not loaded: /Library/Frameworks/Python.framework/Versions/2.7/Python Referenced from: /Users/204507/Dropbox/NYT_code/LeapMotion_tests/LeapWebVisualizer-master/_LeapPython.so Reason: image not found
I've preserved the directory structure that you have here on GitHub, so I'm hoping this might simply be a newbie error, as I'm just learning Python...any help you might be able to offer would be much appreciated!
Thanks,
AKA
Hi AKA,
Sorry, I'm a bit of a python noob myself. Could the error come from the version of python you're using? I'm on 2.7.3, are you using an older version?
- Mark
I'm also on 2.7.3. I'll update here if I ever figure it out...