"ModuleNotFoundError" after update DLL version #2558
Unanswered
YoshiyasuIzumi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How did you create the dll files? Can you share the source code? If you build them yourself, use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Details
I succussed to import DLL v5 via pythonnet, but after update to DLL v6 I failed to import DLL with "ModuleNotFoundError". I have no idea where should I start so, any advice and help is appreciated.
Also please find attached zip to reproduce this issue. In my environment, "main_v5.py" output nothing but "main_v6.py" outputs "ModuleNotFoundError".
import_issue_for_dotnet48.zip
Beta Was this translation helpful? Give feedback.
All reactions