[PyQt] Help installing PyQt on Linux

Andreas Pakulat apaku at gmx.de
Fri Aug 7 11:57:45 BST 2009


On 07.08.09 12:01:08, Aleksandar Nedeljkovic wrote:
> Hello, me again.
> 
> I sucessfully installed sip, but when I tried to install PyQt (typing
> "python configure.py"), all I got is:
> 
> Error: Failed to determine the layout of your Qt installation. Try again
> using
> the --verbose flag to see more detail about the problem.
> 
> When I type "python configure.py --verbose" I got next:
> 
> Determining the layout of your Qt installation...
> /usr/bin/qmake -o qtdirs.mk qtdirs.pro
> make -f qtdirs.mk
> g++ -c -pipe -Wall -W -O2 -g -pipe -m32 -march=i386 -mtune=pentium4
> -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
> -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/lib/qt-3.3/include -o qtdirs.o

Looks like you're trying to use PyQt4 with Qt3.3, that won't work. You
either need to fetch PyQt3 or install Qt4.(4/5)

Andreas

-- 
You will become rich and famous unless you don't.


More information about the PyQt mailing list