From: Discussion a. h. l. f. P. u. <pyq...@li...> - 2008-07-11 17:04:03
|
On Fri, 11 Jul 2008 12:38:13 -0400 Joel Webb <jo...@pr...> wrote: > > > PyQt-x11-gpl-4.4.2 works with Qt-4.1 and later. I do not know if > > OpenSuse 10.3 has packages for Qt-4. > > If you want to use Qt-3.x, you have to build PyQt3: > > http://www.riverbankcomputing.co.uk/software/pyqt/download3 > > > > PyQwt works with both. > > > > Regards -- Gerard > Right, but I need it to be compiled with the Qt-4. The issue is I am > receiving errors looking for something: > > 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 > Yes, but you said that you have the qt3-developer packages installed instead of the qt4-developer packages. If OpenSuSe 10.3 has no qt4 packages, you'll have to build qt4 yourself. Once, you have a good qt4 development system, it is relatively straightforward to build PyQt4 and Qwt. Regards -- Gerard |