Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ultraleap SDK and PyCharm #8

Open
Havijerc opened this issue Sep 9, 2024 · 0 comments
Open

Ultraleap SDK and PyCharm #8

Havijerc opened this issue Sep 9, 2024 · 0 comments

Comments

@Havijerc
Copy link

Havijerc commented Sep 9, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant