PyQt Python Bindings for Qt v3.14 Released

P

Phil Thompson

Riverbank Computing is pleased to announce the release of PyQt v3.14 available
from http://www.riverbankcomputing.co.uk/.

Changes since the last release include support for QScintilla v1.5.

PyQt is a comprehensive set of Qt bindings for the Python programming language
and supports the same platforms as Qt. Like Qt, PyQt is available under the
GPL (for UNIX, Linux and MacOS/X), a commercial license (for Windows, UNIX,
Linux and MacOS/X) and a free educational license (for Windows).

PyQt is implemented as a set of 9 extension modules containing 300 classes and
over 5,750 functions and methods.

PyQt also includes bindings to QScintilla, the port to Qt of the Scintilla
editor component.

PyQt can be used either as a rapid prototyping tool, or as an alternative to
C++ for developing large Qt applications.

PyQt includes the pyuic utility which generates Python code to implement user
interfaces created with Qt Designer in the same way that the uic utility
generates C++ code.

Third party tools are also available - such as eric3, a comprehensive IDE
(including an editor, debugger, class browser, integration with Qt Designer,
re-factoring tools, unit testing tools and integration with source code
control systems). eric3 is written entirely using PyQt and is available from
http://www.die-offenbachs.de/detlev/eric3.html.
 
P

Phil Thompson

All looks like good news, especially PyQt4 - one question, if it's
statically linked with Qt4, will it still work with things like py2exe?

Should do.
I guess it just won't need qt-mt4.dll?

The binary will be provided for the Windows GPL version just to make it as
easy as possible for people to get started. Obviously the source will also be
available to build it yourself if you need to.

Should be fixed now - thanks.

Phil
 
J

Jarek Zgoda

Phil Thompson napisa³(a):
Riverbank Computing is pleased to announce the release of PyQt v3.14 available
from http://www.riverbankcomputing.co.uk/.

Classes generated by puyic 3.13 are not compatible with PyQt 3.14 (some
method signature incompatibilities). I cann't provide more details, as I
regenerated all classes from *.ui files, but this may be reproductible.
 
P

Phil Thompson

Phil Thompson napisa³(a):
Classes generated by puyic 3.13 are not compatible with PyQt 3.14 (some
method signature incompatibilities). I cann't provide more details, as I
regenerated all classes from *.ui files, but this may be reproductible.

Yes - but this is a bug in pyuic 3.13 and earlier which is tickled by SIP
4.2.

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top