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 Using SuSE 10.3 I have qt3-devel-3.3.8-76.2 But am compiling against libqt4-devel-4.3.1-23.6 ------------------------------------------------------- -- ----------------------- Joel Webb _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
