I\'m building an open source project that uses python and c++ in Windows. I came to the following error message:
ImportError: No module named win32con
navigate to: C:\Python27\Lib\site-packages\win32\lib and copy the win32con.py file into your project directory.