使用pywin32的Python3.5和Eclipse错误

时间:2017-04-25 22:52:46

标签: python

当我在Eclipse中导入模块时,我有一个非常烦人的错误 我总是得到那个错误:

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

0 个答案:

没有答案