-
Notifications
You must be signed in to change notification settings - Fork 286
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
IronPython.Runtime.Exceptions.ImportException: 'No module named 'xml.etree.ElementTree'' #1787
Comments
Why are there |
|
Hi, |
The |
Hi,
I am trying to run python script from C# (.net Framework 4.7 Class Library Project) . I am using Visual studio 2022.
I have added IronPython 3.4.1 as reference to my project, IronPython.StdLib 3.4.1 also added.
When there are no import statements inside the script it is running fine, when there is an import statement in my script file its throwing an "No Module Found error" even though the module is found under the lib folder.
This error is not specific to a module its giving me error for all the basic modules like Math module also.
I added the Searchpaths as well mapping to the lib folder, but still getting the error. Can you tell me what needs to be changed here?
Let me know if you require more details......
The text was updated successfully, but these errors were encountered: