无法从PyQt5导入任何东西

时间:2016-03-27 16:41:01

标签: python windows installation pyqt5

我已经成功安装了Python 3.5.1和PyQt5。但是一旦我尝试从PyQt5导入任何东西,它就会失败:

import sys
from PyQt5.QtWidgets import QApplication, QWidget
File "stdn", line 1, in "module"
ImportError: Dll load failed: The specified module could not be found.

我已经检查了我的PATH,一切正常:我有D:\ Python3 \ Lib \ site-packages \ PyQt5和D:\ Python3 \ Lib \ site-packages。

Python和PyQt5都是64位版本。 路径打印屏幕: This is a printscreen of my Environment variable Path

0 个答案:

没有答案