[PyQt] Re: PyQt Digest, Vol 47, Issue 13

Phil Thompson phil at riverbankcomputing.com
Wed Jun 11 11:42:39 BST 2008


On Wednesday 11 June 2008 11:37:55 am Charles Chen wrote:
> Hi Phil,
>
>     Thanks for the reply.  I was assuming that PyQt 4.4.2 required Qt
> 4.4.x because of the error I'm receiving (see below) about
> QGraphicsWidget (new in Qt 4.4) being missing.
>
>     I'm building this with a clean install of Python 2.5.2 and Sip
> 4.7.6, using PyQt-win-commercial-4.4.2.
>
> Thanks,
>     Charles
>
> mingw32-make[1]: Leaving directory `C:/PyQt-win-commercial-4.4.2/QtCore'
> makefile:30: warning: overriding commands for target `.c.o'
> makefile:27: warning: ignoring old commands for target `.c.o'
> mingw32-make[1]: Entering directory `C:/PyQt-win-commercial-4.4.2/QtGui'
> g++ -c -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
> -DQT_GU
> I_LIB -DQT_CORE_LIB -I. -IC:\Python25\include
> -IC:\Qt\4.3.3\mkspecs\default -IC:
> /Qt/4.3.3/include\QtGui -IC:/Qt/4.3.3/include\QtCore
> -IC:/Qt/4.3.3/include -o si
> pQtGuicmodule.o sipQtGuicmodule.cpp
> sip/QtGui/qgraphicsitem.sip:799:34: qgraphicsproxywidget.h: No such file
> or dire
> ctory
> sip/QtGui/qgraphicsitem.sip:800:29: qgraphicswidget.h: No such file or
> directory
>
> mingw32-make[1]: *** [sipQtGuicmodule.o] Error 1
> mingw32-make[1]: Leaving directory `C:/PyQt-win-commercial-4.4.2/QtGui'
> mingw32-make: *** [all] Error 2

That's a bug which is fixed in the current snapshot.

Phil


More information about the PyQt mailing list