Skip to content
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

where the fuck is win32crypt #2296

Open
FutureScrpts opened this issue Jun 20, 2024 · 5 comments
Open

where the fuck is win32crypt #2296

FutureScrpts opened this issue Jun 20, 2024 · 5 comments

Comments

@FutureScrpts
Copy link

Exception has occurred: ModuleNotFoundError
No module named 'win32crypt'
File "C:\Users\Adim\Downloads\Test\main.py", line 2, in
from win32crypt import CryptUnprotectData
ModuleNotFoundError: No module named 'win32crypt'

@CristiFati
Copy link
Contributor

CristiFati commented Jun 20, 2024

What about importing other modules: win32api, win32file, win32gui,, win32ts, ...?

@FutureScrpts
Copy link
Author

every one of the win32... ones it says ModuleNotfoundError

@CristiFati
Copy link
Contributor

Could it be that PyWin32 installation is corrupted (or maybe it's not even installed) for the Python instance you're using?
[SO]: How to update pywin32 automatically? (@CristiFati's answer)
[SO]: PyCharm doesn't recognize installed module (@CristiFati's answer)

@FutureScrpts
Copy link
Author

i have reinstalled python more than 3 times to fix it and reinstalled this module manually even, no luck.

@CristiFati
Copy link
Contributor

CristiFati commented Jun 22, 2024

Are you sure you're launching the Python instance that you think you are?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants