I'm using Python 3.7 with Pycharm. I've installed the pywin32 package for this project because win32api isn't compatible with Python 3.7+.
import win32con
import win32gui
I'm trying to import these modules with pywin32 installed but this doesn't work. The problem only started happening after I uninstalled and reinstalled Pycharm and had to reinstall all my packages for this project. I'm using the exact same interpreter as I was before. Why would this be happening?