[PyKDE] PyQt4 compilation failure: location of specs?

Andreas Pakulat apaku at gmx.de
Mon Apr 3 17:11:43 BST 2006


On 03.04.06 17:43:22, Giovanni Bajo wrote:
> I can't find a way to tell configure.py (in PyQt4, latest snapshot) where my
> specs file are located. In my Qt 4.1 installation (RPM by Suse), specs files
> are installed into /usr/share/qt/mkspecs. PyQt4's configure detects "qt_dir"
> as "/usr" (because qmake is located in /usr/bin/), so it tries to look for
> spec files in /usr/mkspecs.

Are there proper symlinks in /usr/share/qt to /usr/bin/moc, qmake and
co? The same for lib and include? If so you can just use the -q switch
to tell configure.py that /usr/share/qt is your Qt directory.

If not, I don't know how to solve this, other than by reporting this to
SuSE and ask them to provide the symlinks.

Andreas

-- 
If you can read this, you're too close.




More information about the PyQt mailing list