[PyQt] ANN: PyQt v4.10.1 Released

Phil Thompson phil at riverbankcomputing.com
Mon Apr 22 12:40:35 BST 2013


On Mon, 22 Apr 2013 11:56:08 +0100, Dmitrijs Ledkovs <xnox at ubuntu.com>
wrote:
> On 22 April 2013 11:43, Phil Thompson <phil at riverbankcomputing.com>
wrote:
>> PyQt v4.10.1 has been released. This contains a couple of new features
as
>> well as the usual bug fixes.
>>
>> QtCore.pyqtSetPickleProtocol() and QtCore.pyqtPickleProtocol() have
been
>> added to set and get the protocol used to pickle Python objects when
>> serialising them for Qt.
>>
>> Added the --resource-suffix option to pyuic4.
>>
>> There is a new (optional) build system (configure-ng.py) which will be
>> compatible with SIP v5 and will eventually support cross-compilation.
>>
>> The Qt5 based Windows installers now include Qt v5.0.2.
>>
>> Phil
> 
> 
> In my experience configure-ng.py was required to do a PyQt build
> against Qt5 built with the -no-deprecated flag.

I'm not sure what you mean. I've just found a bug in the handling of
--no-deprecated in configure-ng.py which means that it's value is always
false. configure.py should be fine however.

Phil


More information about the PyQt mailing list