-
Notifications
You must be signed in to change notification settings - Fork 133
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
ModuleNotFoundError: No module named 'win32crypt' #14
Comments
For Windows, you need to install win32crypt module. |
if win32crypt inst supported anymore why is still implemented in the code though |
win32crypt is part of pypiwin32 I believe, since it still works |
Hi there, |
|
This command fixed the issue for me: py -m pip install pypiwin32 |
Is this code still working?
If yes can you please help me solve this error:
ModuleNotFoundError: No module named 'win32crypt'
I am using windows 10
The text was updated successfully, but these errors were encountered: