Hello! I am trying to get started with the leap motion sdk but I cant run the sample
I have tryed the python sdk and when I run python Sample.py I get this output:
Traceback (most recent call last):
File "C:\programacion\leap_motion\samples\Sample.py", line 9, in <module>
import Leap, sys, thread, time
File "C:\programacion\leap_motion\samples\Leap.py", line 34, in <module>
LeapPython = swig_import_helper()
File "C:\programacion\leap_motion\samples\Leap.py", line 29, in swig_import_helper
import LeapPython
ImportError: DLL load failed: The specified module could not be found.
And I also tryed on java but I get no better results:
Error: Could not find or load main class Sample
Obviously I am doing something wrong on the setup