ImportError: no module named win32api

akshay picture akshay · Jan 24, 2014 · Viewed 195.4k times · Source

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?

Answer

Ciwidey Developer picture Ciwidey Developer · Mar 11, 2016

This is resolve my case as found on Where to find the win32api module for Python?

pip install pypiwin32