Open Pkpratik opened 3 years ago
For Windows, you need to install win32crypt module.
pip install pypiwin32
(Not sure if this command is still working. Google it.)
if win32crypt inst supported anymore why is still implemented in the code though
Hi there,
I have a strange issue that involves pyinstaller. win32crypt and chrome password grabber so I believe it's relevant here.
When I run import win32crypt
in a shell or from an IDLE script, I get no error.
However when building with pyinstaller I get this fatal error: missing module named win32crypt - imported by #### (top-level), C:\python\###.py (top-level)
pip install pypiwin32
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