From: Jay M. <jm...@ua...> - 2006-02-13 09:41:47
|
> I downloaded and installed the open source edition of QT 4.1.0 > I downloaded and installed the latest snapshot of SIP and then tried > PyQt and get the following > > > Error: qglobal.h could not be found in > /usr/local/Trolltech/Qt-4.1.0/include/QtCore or > /usr/local/Trolltech/Qt-4.1.0/include. > Incommunicado:~/documents/downloads/PyQt4-gpl-snapshot-20060212 jlm1$ > > QtCore doesn't exist and neither does qglobal.h Well, they are both part of Qt, so if they don't exist you haven't installed Qt properly. Phil I reinstalled Qt omitting the -universal and path to the sdk and it seemed to build fine. QtCore and qglobal are there but not where pyQt configure expects to find them. /usr/local/Trolltech/Qt-4.1.0/lib/QtCore.framework/headers is where qglobal.h is. I tried python configure.py -d/path but it didn't like that either????????? Thanks |