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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -