-
Notifications
You must be signed in to change notification settings - Fork 14
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
ImportError: DLL load failed while importing ebsynth: The specified module could not be found. #12
Comments
Researching-- Info that would be useful from anyone else experiencing this;
|
I didnt get any other errors then this, and its when it tries to import the ezsynth lib. Im running the provided example
|
hmm. That is an odd one. Check your python folder, should be something like this.
Your folder in that path should have these files;
You can try manually deleting the pycache there as well. |
Damn not sure. Tried removing everything related to it, the folder structure and contents is the same in the site-pkgs etc |
What python version are you using? 32 bit or 64 bit? You can also try this test script out, just add the path to the .pyd from your installation.
If that returns any errors please post them here. |
All good :)
The file is there Also tried
|
Ahhh, I think I figured it out. |
ahh nice. Good work tracking it down ! Will open a venv. |
Great! Let me know if it works out or just close the issue so I know! |
Though im running into this trying to run the dev branch
ImportError: DLL load failed while importing ebsynth: The specified module could not be found.
Dont think i was running into this trying main a while back.
Originally posted by @DrakenZA in #5 (comment)
The text was updated successfully, but these errors were encountered: