-
Notifications
You must be signed in to change notification settings - Fork 750
PythonEngine.PythonHome doesn't work #708
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
Please read this comment from the issue linked in the wiki: |
@denfromufa it's a workaround; and that still means that |
Please refer to official CPython embedding API if you think that this behavior is not correct and then contributions are welcome! |
@denfromufa I'm already contributing by testing your code. Well, this workaround doesn't work properly too:
The DLL file does exist at the specified path.
|
Are you mixing two different Python installations Python3_64 and Anaconda3_64?! |
@denfromufa in this sample, only one installation is used. The path |
Ah, now I see. My bad. PATH workaround works, PythonEngine.PythonHome throws an exception. |
Would it be better to reopen this issue? The only solution is actually a workaround. Also, why is Or any place I can start looking at to fix it? |
Environment
Details
Trying to run this C# program:
and getting this exception:
The text was updated successfully, but these errors were encountered: