-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: modulenotfounderror no module named 'pywintypes' #18
Comments
I had the same problem. Got past it by commenting out the import and replacing the two references to it (which were both the Catch part of a try-catch) to catch Python Exceptions instead. Now it can't find the sspi module. (next import line in requests_negotiate_sspi.py). I don't see an sspi package for python. Just kerberos-sspi and winsspy, both of which I've installed. |
Thanks for your reply. |
@pbneves what version of python are you using, and on what OS? |
@brandond I'm using python version 3.7.3 on Windows 7 SP1.. |
I have the same issue... seems to be a Python 32-bit versus 64-bit thing... It works on the 32 bit environment, but not on the 64 bit one. I added requirement files, and the Python intpreter specifics below. 32 bit python: 64 bit python: |
Hi,
I'm getting the error message "ModuleNotFoundError: No module named 'pywintypes'" and when I try to run pip install pypiwin32 I get the message "Requirement already satisfied'.
What is going wrong?
Thanks
The text was updated successfully, but these errors were encountered: