What's wrong with Python 3.11
-
Hello, All!
What can be done here?
With best regards, Navadvipa Chandra das. -
Hi,
Can you translate the error message you are getting ?
-
Hello!
Please! -
Which version of Qt Creator are you using ?
-
-
C Christian Ehrlicher moved this topic from Qt 6 on
-
@Navadvipa-Chandra-das Did you also try with a stable release of QtCreator instead of a beta?
-
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. -
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.
-
@cristian-adam I use mingw 8.1.0
Meantime I reverted back to QtCreator 10 and dont observe such error.
-
Right. It's a regression in Qt Creator 11.0.0. I've opened up https://bugreports.qt.io/browse/QTCREATORBUG-29440
-
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. -
Hell 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. -