Replies: 1 comment
-
I think pywintypes is a C extension module and so doesn't work with IronPython. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to run a script that imports win32com.client, I get the error message No module named 'pywintypes'. If I run the same script directly from the python command line, the script completes successfully. Is there a problem with win32com.client specifically with IronPython? I have confirmed I have pywin installed as well as pypiwin installed.
Beta Was this translation helpful? Give feedback.
All reactions