Where to find the win32api module for Python?
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
'pywin32' is its canonical name.
http://sourceforge.net/projects/pywin32/