So, you installed pywin32 and you wonder why is this happening
ImportError: DLL load failed: The specified module could not be
found.
when you do
import win32api
or try to import any of the modules included
I have no idea why, my googling lead me to some people talking about dll dependency issues,
the solution is brute force copying and pasting dlls in the folder
C:\Python32\Lib\site-packages\pywin32_system32
and in
C:\Windows\system32
I’m not sure wich of these dlls fixed the issue so I paste them all for you to do the same,
it can’t hurt since you won’t replace any(when asked say no)
hmmapi.dll
iecompat.dll
iedvtool.dll
ieproxy.dll
IEShims.dll
iessetup.dll
jsdbgui.dll
jsdebuggeride.dll
JSProfilerCore.dll
jsprofilerui.dll
msdbg2.dll
pdm.dll
python32.dll
pythoncom32.dll
pythoncomloader32.dll
pywintypes32.dll
sqmapi.dll
So just copy all these to both folders without replacing any of the existing dlls, and you should be fine.