Where to find the win32api module for Python?

rectangletangle picture rectangletangle · Aug 27, 2010 · Viewed 239.8k times · Source

I need to download it for Python 2.7, but can't seem to find it...

Answer

Andrew Christianson picture Andrew Christianson · Jul 10, 2015

There is a a new option as well: get it via pip! There is a package pypiwin32 with wheels available, so you can just install with: pip install pypiwin32!

Edit: Per comment from @movermeyer, the main project now publishes wheels at pywin32, and so can be installed with pip install pywin32