-
Notifications
You must be signed in to change notification settings - Fork 748
Encountering dll not found exception using mono #985
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
Comments
|
Thanks for the feedback. I installed The I cloned a local copy of the |
When you install Python.NET from pip, it also installs corresponding version of |
I tested this last night. Here is a quick summary of what happened:
|
Environment
Details
Attempting to port .NET application from windows to linux running under mono. This application has a dependency on the
Python.Runtime.dll
version number above.The build of the program in the code below encounters a
DLLNotFoundException
.I've tested variations of the code above that include setting the
PYTHONHOME
andPATH
variables. But I still encounter the same exception.See the full exception message, stack trace below.
I also have included a zip of the output of the mono execution with log level set to debug.
info.log.zip
Some help sorting through this would be greatly appreciated. Thanks.
The text was updated successfully, but these errors were encountered: