On Fri, 2008-07-11 at 09:33 -0400, Joel Webb wrote: > > I have the latest PyQt release: > PyQt-x11-gpl-4.4.2.tar.gz > > And I am still receiving that error: > g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB > -DQT_CORE_LIB -I. -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++ > -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include > -I/usr/X11R6/include -o sipQtGuicmodule.o sipQtGuicmodule.cpp > sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No such > file or directory > sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such file > or directory > make[1]: *** [sipQtGuicmodule.o] Error 1 > make[1]: Leaving directory `/tmp/PyQt-x11-gpl-4.4.2/QtGui' > make: *** [all] Error 2 >
It's a know bug. Use Qt 4.4, or a latest SIP/PyQt snapshot. Or just comment those two lines away. -- Giovanni Bajo Develer S.r.l. http://www.develer.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
