0

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.

icktoofay
  • 126,289
  • 21
  • 250
  • 231
Abdul Khader
  • 141
  • 1
  • 2
  • 5
  • I'm afraid I don't think there's enough information here to diagnose your problem. Please describe what you were trying to do, how you tried to do it, and what specifically has not worked with that approach. – icktoofay Aug 17 '13 at 20:09
  • thanks icktoofay, I have just started leap motion sdk on python. and trying to run import Leap throws a invalid 32 bit error eventhough my python, windows, all Leap motion dlls and pyd files are 64 bit. – Abdul Khader Aug 17 '13 at 20:12
  • Since you appear to have found the solution, you may want to post the solution as an answer on your question rather than just editing it into the question. That way you can get credit for it if other people find your solution helpful. – icktoofay Aug 17 '13 at 20:18

0 Answers0