We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running IronPython NET 3.4.1; and ImportStdLib 3.41.
When downloading and importing 3rd party python modules ie. pyautogui, pynput (I made sure all dependent modules were installed as well)
I get a bunch of ImportExceptions when they are imported it. I have the paths specified. The python packages partially work.
Since I'm creating a c# project I added the source files directly to the lib folder and added the path to it.
The text was updated successfully, but these errors were encountered:
What sort of ImportExceptions are you getting? I did not have any issues importing pyautogui or pynput in the cli.
Sorry, something went wrong.
No branches or pull requests
Running IronPython NET 3.4.1; and ImportStdLib 3.41.
When downloading and importing 3rd party python modules ie. pyautogui, pynput (I made sure all dependent modules were installed as well)
I get a bunch of ImportExceptions when they are imported it. I have the paths specified. The python packages partially work.
Since I'm creating a c# project I added the source files directly to the lib folder and added the path to it.
The text was updated successfully, but these errors were encountered: