Josh wrote:
Hi,I'm trying to build a SIP wrappers for a simple C++ subclass of QGLWidget. I keep running into this error: sip: QFileIconProvider is undefined
Well I guess I was on the right path. The problem was the "-t Qt_4_6_1" in the SIP command. Despite the fact that I am using Qt4.6.1, by instead specifying "-t Qt_4_6_0", I got past the "sip: QFileIconProvider is undefined" error and it actually generated a Makefile.
Is that a bug? Josh _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
