我已经成功安装了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