Installing Python for Windows Extensions on Python 3.5.1 64-bit
If you are getting the following error message in importing win32gui install VC++ 2010 redistributable.
Reference(s):
http://sourceforge.net/projects/pywin32/
https://www.python.org/downloads/
C:\>pip install pypiwin32
If you are getting the following error message in importing win32gui install VC++ 2010 redistributable.
>>> import win32gui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
Reference(s):
http://sourceforge.net/projects/pywin32/
https://www.python.org/downloads/
Comments