python - PyQt 4.7 - ImportError after installing on Windows -
i've been trying install pyqt 4.7 on vista, getting importerror when try do: from pyqt4 import qtcore, qtgui
.
importerror: dll load failed: specified module not found.
i've checked system path, , c:\python31\lib\site-packages\pyqt4\bin on there.
i can't run of examples, designer, assistant , linguist run fine.
i using activepython 3.1, if makes difference. , haven't had previous version of pyqt installed.
edit:
i've copied qtcore4 , gtgui4 dlls c:\python31\lib\site-packages\pyqt4. fixes of examples, still can't use example browser.
are sure there \bin
directory version of pyqt? running pyqt 4.4, , binaries right in:
c:\python31\lib\site-packages\pyqt4
which have path pointing too. sounds pyqt4 installed improperly... did run this?
python setup.py install
there shouldn't bin there...
Comments
Post a Comment