IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.48k stars 287 forks source link

ImportException: IronPython3 NET #1747

Open David52920 opened 11 months ago

David52920 commented 11 months ago

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.

slozier commented 11 months ago

What sort of ImportExceptions are you getting? I did not have any issues importing pyautogui or pynput in the cli.