I am using Python 2.7
and I want to use pywin32-214
on Windows 7
. I installed pywin32-214
by using the msi
installer. But when I import win32api
in my Python script, it throws the error:
no module named win32api.
What should I do? Can I use pywin32 api
for Windows 7
?
This is resolve my case as found on Where to find the win32api module for Python?
pip install pypiwin32
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With