What's win32con module in python? Where can I find it?
Solution 1:
pip install pypiwin32
Glyph had packed packed it until somebody sends patch to build wheels as part of pywin32
build process to close https://sourceforge.net/p/pywin32/bugs/680/
Solution 2:
This module contains constants related to Win32 programming. It is not part of the Python 2.6 release, but should be part of the download of the pywin32 project.
Edit: I imagine that the executable is an installation program, though the last time I downloaded pywin32 it was just a zip file.