I need to use win32gui in my python project. I have a clean Windows 8.1 installation. I Installed "python-3.4.2.amd64" and "pywin32-219.win-amd64-py3.4" and both installation went smooth with no errors but when I try to run a script, it just give me error in the import phase:
ImportError: No module named win32gui
any help?