This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PyQT6 projects crashes with python 3.10
Type: crash Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: fernandoprezgmez, ronaldoussoren
Priority: normal Keywords:

Created on 2022-01-17 14:53 by fernandoprezgmez, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg410791 - (view) Author: Fernando Pérez Gómez (fernandoprezgmez) Date: 2022-01-17 14:53
can't translate ui. files , flags of alignment , curve types of animation doesn´t wors ...etc
msg410795 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2022-01-17 15:02
This is most likely a problem with PyQt6. Please ask that project first (with a clearer description of what goes wrong and on which platforms).
msg410819 - (view) Author: Fernando Pérez Gómez (fernandoprezgmez) Date: 2022-01-17 19:01
I have to perform several tests to provide a detailed report, check other
third party libraries, mysql connector for example, and send it to you.
There are several things that don't work with Qt libs (the one that works
best is PyQt6). When I finish the tests and have the report, I'll send it
to you. In the meantime I suggest you search for pyqt6 + python3.10 on the
web. There are plenty of complaints on all platforms (Windows, Mac and
Linux). My system is Manjaro Linux , kernel version 5.15-2 , the PyQt6
version installed is 6.22.3 . So far I have verified that it is not the
fault of the IDE and that it does not install the plugins via pip . Of
course I will report the same to River Bank Computing. Sorry I can't be
more specific at the moment, because python has been updated on my system
recently.
Thanks for your patience , I 'll send you a full report in a couple of days
. that takes work

El lun, 17 ene 2022 a las 16:02, Ronald Oussoren (<report@bugs.python.org>)
escribió:

>
> Ronald Oussoren <ronaldoussoren@mac.com> added the comment:
>
> This is most likely a problem with PyQt6. Please ask that project first
> (with a clearer description of what goes wrong and on which platforms).
>
> ----------
> nosy: +ronaldoussoren
> resolution:  -> third party
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue46412>
> _______________________________________
>
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90570
2022-01-17 19:01:31fernandoprezgmezsetmessages: + msg410819
2022-01-17 15:02:25ronaldoussorensetstatus: open -> closed

nosy: + ronaldoussoren
messages: + msg410795

resolution: third party
stage: resolved
2022-01-17 14:53:35fernandoprezgmezcreate