|
⇤ ← Revision 1 as of 2014-06-05 19:57:41
Size: 1037
Comment:
|
← Revision 2 as of 2017-01-26 20:34:32 ⇥
Size: 1134
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| Line 5: | Line 4: |
| {{{ #!python |
{{{#!python |
| Line 16: | Line 14: |
| Line 19: | Line 16: |
| {{{ #!python |
{{{#!python |
| Line 30: | Line 26: |
For PyQt5 getting the version is the same as in the last example above, just exchange PyQt4 for PyQt5 |
Getting the version numbers of Qt, SIP and PyQt
When you report a bug in PyQt you need to supply information about the configuration you are using, including the versions of the Qt library, SIP and PyQt modules. The following code should help.
Note that the pyqtconfig module is deprecated in PyQt 4.10. See http://pyqt.sourceforge.net/Docs/PyQt4/build_system.html for more details. If you are unable to import pyqtconfig (for example when using Riverbank's packaged binaries) you can use the following:
For PyQt5 getting the version is the same as in the last example above, just exchange PyQt4 for PyQt5
