PyQt installation problems on windows

Amit Mongia mongiaamit at yahoo.com
Mon Apr 1 01:56:47 EST 2002


Thanks a ton Phil. I sent you a thank you email to your account also. 
Regards,
Amit Mongia.

Phil Thompson <phil at river-bank.demon.co.uk> wrote in message news:<mailman.1016821723.15034.python-list at python.org>...
> 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