-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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/x64directory. - 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels