Qt.py Versions Save

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.

1.3.10

3 months ago

No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!

  • See #391 for details

(Looks like a file on test.pypi.org cannot already exist when uploading to pypi.org)

1.3.9

3 months ago

No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!

  • See #391 for details

0.3.9.dev1

3 months ago

Testing #391

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

2 years ago
  • Add QSound to QtMultimedia
  • See #287 and #361 for details
  • Thanks to @tzaumiaan for this fix!

1.3.5

2 years ago

Fix of a fix of #346, see #359 for details and thanks to @friedererdmann for the swift correction!

1.3.4

2 years ago

Fixes #346, see #357 for details. Thanks to @friedererdmann for this fix!

1.3.3

3 years ago
  • Vendoring improvements for QtCompat
  • See #355 for details and thanks to @AWhetter for this fix

1.3.2

3 years ago

Improved error messaging on missing DLLs when importing Qt.py.

# Before
Qt.py [warning]: ImportError: DLL load failed: The specified module could not be found.

# After
Qt.py [warning]: ImportError(QtXmlPatterns): DLL load failed: The specified module could not be found.