[PyKDE] PyQt on windows

Phil Thompson phil at riverbankcomputing.co.uk
Sat Apr 8 13:27:14 BST 2006


On Saturday 08 April 2006 12:58 pm, Bert Rodiers wrote:
> Hello everybody,
>
> I want to evaluate PyQt. I first downloaded Qt and installed it (the
> evaluation version 4.1.2) and thereafter I installed PyQt (the
> evaluation version), but then I get the message that I'm missing dll
> qt-mteval335.dll when I try running an example.
> Does PyQt3 suppose that you have installed Qt3 ? (I does seem to make
> sence, somehow).

PyQt4 doesn't yet support the evaluation version of Qt4. The version you were 
trying is for the evaluation version of Qt3.

You will need to use the GPL version of Qt4 for your evaluation.

> Well, I also tried to install the latest snapshot of PyQt4, but I even
> can't successfully run configure:
>
> D:\PyQt4-gpl-snapshot-20060406>configure.py
> Error: Failed to create qtdirs.exe. Make sure you have a working Qt v4
> qmake on your PATH or use the -q argument to explicitly specify a working
> Qt v4 qmake.
>
> Then I specified the correct location:
>
> D:\PyQt4-gpl-snapshot-20060406>configure.py -q d:\Qt\4.1.2\bin\qmake.exe
> Error: Failed to create qtdirs.exe. Make sure you have a working Qt v4
> qmake on your PATH or use the -q argument to explicitly specify a working
> Qt v4 qmake.
>
> Can somebody help me to make PyQt work? (and I'd rather start from a
> precompiled version).

That's not the latest PyQt4 snapshot.

Phil




More information about the PyQt mailing list