-
Notifications
You must be signed in to change notification settings - Fork 749
ipython notebook & script difference - loading DLLs #98
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
We compared sys.path, .NET version, clr.ListAssemblies and everything seems to be same. What is so special about the notebook? |
the problem is resolved, pull request pending. in interactive mode python interpreter appends empty string |
fdanny
added a commit
to fdanny/pythonnet
that referenced
this issue
Oct 12, 2015
tonyroberts
added a commit
that referenced
this issue
Oct 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did anyone notice the difference in loading .NET dlls between notebook and normal python scripts.
This works in notebook:
But in regular python scripts, the sys.path has to be appended with the path to DLL:
The text was updated successfully, but these errors were encountered: