segfault using PyQt6 version 6.10.1
Florian Bruhin
me at the-compiler.org
Tue Dec 23 21:10:15 GMT 2025
Hey,
On 2025-12-21T21:55:49 , Federico Bruni wrote:
> I noticed - unless I've done something wrong - that PyQt6 6.10.1 is
> using Qt 6.10.0 while PyQt6 6.10.0 is using Qt 6.10.1. Perhaps the bug
> we've found has been fixed already in Qt 6.10.1, but PyQt 6.10.1 is not
> using the last Qt6 version for some reasons.
QT_VERSION_STR contains the Qt version PyQt was compiled against.
Given that Qt is (in theory, but usually also in practice, especially
for patch releases) binary compatible between releases, the Qt version
you are actually *running* can be different, and is usually more
interesting. You can get it by calling qVersion() (also from QtCore).
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20251223/fa4facd8/attachment.sig>
More information about the PyQt
mailing list