I'm trying to use the Leap Motion SDK with Python. I put all the required files in the appropriate locations but when I run this:
>>> import Leap
I get an error:
Invalid 32-bit application
I'm on 64-bit Windows 7 running a 64-bit Python 2.7.5. The rest of my software is also 64-bit. What could be the problem, and how can I fix it?
Update
Adding the Leap Motion SDK library to the PATH
environment variable fixes this.