Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. What's wrong with Python 3.11
Forum Updated to NodeBB v4.3 + New Features

What's wrong with Python 3.11

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
14 Posts 5 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Navadvipa Chandra das

    Hello!
    Please!

    5432db81-25f1-4c8c-8717-f9740cd397a6-изображение.png

    SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #4

    Which version of Qt Creator are you using ?

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    N 1 Reply Last reply
    0
    • SGaistS SGaist

      Which version of Qt Creator are you using ?

      N Offline
      N Offline
      Navadvipa Chandra das
      wrote on last edited by
      #5

      0ceb1a9d-a4b3-4740-9f23-5e9bbe173f6f-изображение.png

      jsulmJ 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher moved this topic from Qt 6 on
      • N Navadvipa Chandra das

        0ceb1a9d-a4b3-4740-9f23-5e9bbe173f6f-изображение.png

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #6

        @Navadvipa-Chandra-das Did you also try with a stable release of QtCreator instead of a beta?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Navadvipa Chandra das
          wrote on last edited by
          #7

          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.

          jsulmJ 1 Reply Last reply
          0
          • N 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.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #8

            @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.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            A 1 Reply Last reply
            0
            • jsulmJ jsulm

              @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.

              A Offline
              A Offline
              aliks-os
              wrote on last edited by
              #9

              After upgrading QtCreator from 10 to 11, I started to see the same Error Message. Somebody have any suggestions how to fix it?

              cristian-adamC 1 Reply Last reply
              0
              • A aliks-os

                After upgrading QtCreator from 10 to 11, I started to see the same Error Message. Somebody have any suggestions how to fix it?

                cristian-adamC Offline
                cristian-adamC Offline
                cristian-adam
                wrote on last edited by
                #10

                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.

                A 1 Reply Last reply
                0
                • cristian-adamC cristian-adam

                  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.

                  A Offline
                  A Offline
                  aliks-os
                  wrote on last edited by
                  #11

                  @cristian-adam I use mingw 8.1.0

                  Meantime I reverted back to QtCreator 10 and dont observe such error.

                  cristian-adamC 1 Reply Last reply
                  0
                  • A aliks-os

                    @cristian-adam I use mingw 8.1.0

                    Meantime I reverted back to QtCreator 10 and dont observe such error.

                    cristian-adamC Offline
                    cristian-adamC Offline
                    cristian-adam
                    wrote on last edited by
                    #12

                    Right. It's a regression in Qt Creator 11.0.0. I've opened up https://bugreports.qt.io/browse/QTCREATORBUG-29440

                    cristian-adamC 1 Reply Last reply
                    0
                    • cristian-adamC cristian-adam

                      Right. It's a regression in Qt Creator 11.0.0. I've opened up https://bugreports.qt.io/browse/QTCREATORBUG-29440

                      cristian-adamC Offline
                      cristian-adamC Offline
                      cristian-adam
                      wrote on last edited by
                      #13

                      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.

                      N 1 Reply Last reply
                      0
                      • cristian-adamC cristian-adam

                        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.

                        N Offline
                        N Offline
                        Navadvipa Chandra das
                        wrote on last edited by
                        #14

                        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.

                        1 Reply Last reply
                        1
                        • N Navadvipa Chandra das has marked this topic as solved on

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved