What's wrong with Python 3.11
-
wrote on 10 Jul 2023, 17:42 last edited by
-
Hi,
Can you translate the error message you are getting ?
-
wrote on 10 Jul 2023, 19:05 last edited by Navadvipa Chandra das 7 Oct 2023, 19:08
-
Hello!
Please!Which version of Qt Creator are you using ?
-
wrote on 10 Jul 2023, 19:31 last edited by
-
-
@Navadvipa-Chandra-das Did you also try with a stable release of QtCreator instead of a beta?
-
wrote on 11 Jul 2023, 06:44 last edited by
Hello, All!
I collected everything from the source texts of both Qt and Qt Creator.
Unfortunately, there are no recommendations on choosing different versions of QtCreator on this page - https://wiki.qt.io/Building_Qt_Creator_from_Git . But even after the Python error is issued, Qt Creator continues to work well and debugs the C++ code. The next time you start debugging the project, there is an error message again and good debugging again. So it doesn't really
interfere with the work, so there's no point in changing Qt Creator.
Thank You!
With best regards, Navadvipa Chandra das. -
Hello, All!
I collected everything from the source texts of both Qt and Qt Creator.
Unfortunately, there are no recommendations on choosing different versions of QtCreator on this page - https://wiki.qt.io/Building_Qt_Creator_from_Git . But even after the Python error is issued, Qt Creator continues to work well and debugs the C++ code. The next time you start debugging the project, there is an error message again and good debugging again. So it doesn't really
interfere with the work, so there's no point in changing Qt Creator.
Thank You!
With best regards, Navadvipa Chandra das.@Navadvipa-Chandra-das said in What's wrong with Python 3.11:
Unfortunately, there are no recommendations on choosing different versions of QtCreator on this page
There is: "If you are interested in using other branches of the Qt Creator repository, please see the Qt Creator section at Branch Guidelines".
You're on the development branch currently. Try with the latest stable branch. -
@Navadvipa-Chandra-das said in What's wrong with Python 3.11:
Unfortunately, there are no recommendations on choosing different versions of QtCreator on this page
There is: "If you are interested in using other branches of the Qt Creator repository, please see the Qt Creator section at Branch Guidelines".
You're on the development branch currently. Try with the latest stable branch.wrote on 25 Jul 2023, 19:43 last edited byAfter upgrading QtCreator from 10 to 11, I started to see the same Error Message. Somebody have any suggestions how to fix it?
-
After upgrading QtCreator from 10 to 11, I started to see the same Error Message. Somebody have any suggestions how to fix it?
wrote on 25 Jul 2023, 20:49 last edited byWhich GDB are you using?
Please attach the debugger log, see https://doc.qt.io/qtcreator/creator-debugger-log-view.html for more information.
It doesn't matter which Python you have installed in the system, it's not used for debugging.
The embedded Python in your GDB installation is used by Qt Creator.
-
Which GDB are you using?
Please attach the debugger log, see https://doc.qt.io/qtcreator/creator-debugger-log-view.html for more information.
It doesn't matter which Python you have installed in the system, it's not used for debugging.
The embedded Python in your GDB installation is used by Qt Creator.
wrote on 26 Jul 2023, 07:02 last edited by@cristian-adam I use mingw 8.1.0
Meantime I reverted back to QtCreator 10 and dont observe such error.
-
@cristian-adam I use mingw 8.1.0
Meantime I reverted back to QtCreator 10 and dont observe such error.
wrote on 27 Jul 2023, 10:06 last edited byRight. It's a regression in Qt Creator 11.0.0. I've opened up https://bugreports.qt.io/browse/QTCREATORBUG-29440
-
Right. It's a regression in Qt Creator 11.0.0. I've opened up https://bugreports.qt.io/browse/QTCREATORBUG-29440
wrote on 27 Jul 2023, 10:16 last edited byTake libcpp_stdtypes.py and replace your version from
c:\Qt\qtcreator-11.0.0\share\qtcreator\debugger\libcpp_stdtypes.py
and it should be fine. -
Take libcpp_stdtypes.py and replace your version from
c:\Qt\qtcreator-11.0.0\share\qtcreator\debugger\libcpp_stdtypes.py
and it should be fine.wrote on 15 Aug 2023, 11:46 last edited byHell Cristian Adam and All!
Thanks! I just read the letter. But I periodically recompile the Qt developer version, and at the same time then I recompile the Qt-creator developer version. And in the latest version, this Python bug has disappeared!
Thank You very much!
With best regards, Navadvipa Chandra das. -