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
If you have pywin32 installed you can do in python 3.7+
import win32.lib.win32con as win32con