Skip to main content

PyQt v4.4.4 released (and 3 other Riverbank releases)

Posted in

Riverbank Computing has announced that version 4.4.4 of PyQt, its Qt bindings for Python, has been released. Changes:

  • Windows version now built against Python v2.6 and includes Phonon
  • QVariant.toPyObject() will now handle any Python object. The way in which QVariant wraps objects has subtlely changed in that the name returned by typeName() may now be different, but is now more consistent.
  • Added the data() method to the QPolygon, QPolygonF and QXmlAttributes classes.
  • Added the --no-designer-plugin option to configure.py to disable the building of the Python plugin for Qt Designer.
  • Added the missing Windows and Mac versions to QSysInfo.

Downloads (source, Windows installer) here.

Other new releases: