PyQt installation problems on windows

Phil Thompson phil at river-bank.demon.co.uk
Fri Mar 22 13:21:20 EST 2002


Amit Mongia wrote:
> 
> Hi,
> I have installed Python 2.2 , on my computer. I
> created a gui using Qt Designer and used pyuic to make
> a python file out of it.
> Now i want to run that file using the python
> interpreter. Whenever i try doing that it gives an
> error:
> 
> Traceback (most recent call last):
>   File "WrapperInterface.py", line 10, in ?
>     from qt import *
>   File "F:\PYTHON22\lib\qt.py", line 44, in ?
>     import libqtc
> ImportError: DLL load failed: One of the library files
> needed to run this applic
> ation cannot be found.
> 
> I even tried all the py and pyc file from PyQt/lib
> folder to Python22/lib folder and the same with the
> Dll files. but it still gives the same error. Can
> anyone offer a solution for this on windows.

What version of PyQt? What version of Qt?

Is libqtcmodule.pyd in F:\python22\dlls?

Is sip.dll (assuming you are not running a PyQt v3.1 pre-release
version) installed in a directory that is on your path?

Phil




More information about the Python-list mailing list