Hello community,
I'm using Windows 11 and PyCharm 2024.2.0.1 with the Ultraleap SDK (Leap Motion 2). I have set up the LeapC.dll and LeapC.lib files in my project directory, but I keep encountering the ModuleNotFoundError: No module named 'Leap' error when trying to use import Leap.
- My current project structure has the DLLs and LIB files in a
lib/x64 directory.
- I have added the paths to my code using
sys.path.append, and the environment seems to be configured properly.
Does anyone know if there are compatibility issues with PyCharm or how to correctly import the Leap module? Any help or pointers to relevant documentation would be greatly appreciated.
Thanks!
Hello community,
I'm using Windows 11 and PyCharm 2024.2.0.1 with the Ultraleap SDK (Leap Motion 2). I have set up the
LeapC.dllandLeapC.libfiles in my project directory, but I keep encountering theModuleNotFoundError: No module named 'Leap'error when trying to useimport Leap.lib/x64directory.sys.path.append, and the environment seems to be configured properly.Does anyone know if there are compatibility issues with PyCharm or how to correctly import the Leap module? Any help or pointers to relevant documentation would be greatly appreciated.
Thanks!