[PyQt] Re: PyQt Install Issues

David Boddie dboddie at trolltech.com
Tue Oct 16 17:33:03 BST 2007


On Tue Oct 16 17:25:48 BST 2007, Space Monkey wrote:

> "There may be a Qt 4 version of qmake called qmake-qt4 somewhere on your
> system but, if not, try looking for one in the following location:
> 
>   /usr/lib/qt4/bin/qmake

[...]

> Here's what I typed: 
> 
> python configure.py --qmake [/usr/lib/qt4/bin/qmake]

Aha, then you need to type this:

  python configure.py --qmake=/usr/lib/qt4/bin/qmake

It's just a matter of getting the syntax just as the configure.py script
expects it. :-)

David
-- 
David Boddie
Lead Technical Writer, Trolltech ASA


More information about the PyQt mailing list