From: Diez B. R. <de...@we...> - 2006-02-13 09:45:44
|
> 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????????? =46rom Patrick Stinson's answer: """ try building qt with the -no-framework option """ Regards, Diez |