Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python ModuleNotFoundError: No module named 'win32event'

Tags:

python-3.x

in my Python Script there is an ERROR with the line import win32events I still installed the package pypiwin32 (with pip install pypiwin32) but it seems that this is nor the right package. Does someone know what I need to install to use win32events in Python?

like image 686
Wurtzelbert Avatar asked Oct 27 '25 10:10

Wurtzelbert


1 Answers

You should install pywin32 package (not pypiwin32)!!!

like image 159
Moein Fazeli Avatar answered Oct 29 '25 02:10

Moein Fazeli



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!