Issue 21132: Failure to import win32api - Python tracker
bugs.python.org › issue21132Issue21132. Created on 2014-04-02 12:14 by woakesd, last changed 2014-05-05 08:46 by woakesd. This issue is now closed. I've seen issue 21050 and tried a complete uninstall, delete c:\python34 and install of python 3.4. I can't get win32api to load unless I copy pythoncom34.dll and psywintypes34.dll to C:\Python34\Lib\site-packages\win32 from C ...
How to import win32api and win32con - Python Forum
python-forum.io › thread-16213So I'm trying to import win32api and win32con. So I was researching and I found that I needed pywin32 to do this. So I used pip and installed it but python still said pywin32 was an invalid module. So I'm kinda stuck. Can someone help me? I tried this. from PyWin32 import win32api, win32con I also tried this from pywin32 import win32api, win32con