On Saturday 09 June 2007 1:54 pm, IloChab wrote: > I' trying to install PyQt-x11-gpl-4.2 on F7 with: > > python 2.5 > and: > qt4-4.2.3-8.fc7 > qt4-doc-4.2.3-8.fc7 > qt4-x11-4.2.3-8.fc7 > qt4-devel-4.2.3-8.fc7 > sip-4.6 > > I have /usr/lib64/qt4/bin in my PATH and QMAKESPEC set.. > > When I do the command: > > # python configure.py > > I get this error: > > Determining the layout of your Qt installation... > This is the GPL version of PyQt 4.2 (licensed under the GNU General Public > License) for Python 2.5 on linux2. > Error: This version of PyQt and the Desktop edition of Qt have incompatible > licenses. > > I can't understand the reason of this message and I don't know what to do > to fix it.
It sound like they have messed with the value of QT_EDITION in qconfig.h. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
