Hi everybody,
Yesterday I tried to turn my python code into win32 executable with py2exe utility and faced with problem: py2exe was unable to find win32con module with error:
The following modules appear to be missing ['win32con']
In a couple of hours I googled next solution: one should simply install Python for Windows extensions. This fixed everything.