PyQt 4.7 - ImportError after installing on Windows
问题 I've been trying to install PyQt 4.7 on Vista, but I am getting an ImportError when I try to do: from PyQt4 import QtCore, QtGui . ImportError: DLL load failed: The specified module could not be found. I've checked my System Path, and C:\Python31\Lib\site-packages\PyQt4\bin is on there. I can't run any of the examples, but the Designer, Assistant and Linguist run fine. I am using ActivePython 3.1, if that makes any difference. And I haven't had any previous version of PyQt installed. Edit: I