[PyQt] sip: QFileIconProvider is undefined

Josh jknox at irobot.com
Wed Mar 10 21:31:28 GMT 2010


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


More information about the PyQt mailing list