THE ERROR
Is cause because there is a cluster fuck of references to microsoft dlls on the python win32 module and for random reasons the modules.py lost track of them.
THE FIX
so this particular error i got it fixed copying the file C:\Python31\Lib\site-packages\pywin32_system32\pywintypes31.dll to C:\Python31\Lib\site-packages\win32\lib
Thats for python 3.1 for 3.2 just look for pywintypes32.dll.
Good luck
- See more at: http://fromacoder.com/how-to-fix-no-module-named-pywintypes/#sthash.W9ftRRzy.dpuf
本文介绍了一种解决Python中出现的“找不到名为pywintypes的模块”错误的方法。该问题通常出现在使用Python win32模块时,特别是在Python 3.1和3.2版本中。解决步骤涉及复制特定的DLL文件到指定目录。

7222

被折叠的 条评论
为什么被折叠?



