[PyQt] ANN: PyQt v4.3.3 and SIP v4.7.2 Released

Gerard Vermeulen gav451 at gmail.com
Thu Dec 6 05:04:50 GMT 2007


On Wed, 5 Dec 2007 22:01:52 +0000
Phil Thompson <phil at riverbankcomputing.co.uk> wrote:

> PyQt v4.3.3 and SIP v4.7.2 have been released and are available from
> the usual places. These are mainly bug fix releases.
> 
> The Windows binary installer has been updated with Qt v4.3.3, eric
> v4.0.3 and the latest version of OpenSSL.
> 
> (PyQt v4.3.2 never made it out the door as Qt v4.3.3 was released 30
> minutes after it was tagged.)
> 
Is SIP v4.7.2 still supposed to work with PyQt v3.17.3?

I get for instance:

sipqtpart1.cpp: In function 'PyObject* slot_QRect___ne__(PyObject*,
PyObject*)': sipqtpart1.cpp:22494: error: 'class QRect' has no member
named 'operator!='

(true, because QRect::operator!= is at best a friend function)

and other similar errors in QPoint, QUrl, QString, and QChar,

Gerard



More information about the PyQt mailing list