PyQt installation problems on windows

Michael 'Mickey' Lauer mickey at tm.informatik.uni-frankfurt.de
Sun Mar 24 13:16:10 EST 2002


Amit Mongia <mongiaamit at yahoo.com> 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.

Place the qt.dll from the non-commercial windows version
into <windows>/system32.

:M:



More information about the Python-list mailing list