Traceback (most recent call last):
File "C:\Users\b_origin\workspace\test\test.py", line 1, in <module>
import win32api
ImportError: DLL load failed: The specified module could not be found.
我已经安装了pywin32,他们的文件夹位于C:\ Users \ b_origin \ AppData \ Local \ Programs \ Python \ Python35 \ Lib \ site-packages \但总是出现错误。 当我从CMD运行python时,它们正确导入,没有错误。 检查图片belove以在Eclipse中查看我的首选项/解释器 my preferences