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. QT 5.15.0 install :

QT 5.15.0 install :

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
77 Posts 5 Posters 18.1k Views
  • 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.
  • H Offline
    H Offline
    hskoglund
    wrote on 9 Jul 2020, 13:34 last edited by
    #32

    Yeah, sorry I meant C:\Programmation\Qt\Tools\mingw810_64\bin.
    Also, try this in the same CMD window as above:
    gdborig

    D 1 Reply Last reply 9 Jul 2020, 13:41
    0
    • H hskoglund
      9 Jul 2020, 13:34

      Yeah, sorry I meant C:\Programmation\Qt\Tools\mingw810_64\bin.
      Also, try this in the same CMD window as above:
      gdborig

      D Offline
      D Offline
      dahu74fr
      wrote on 9 Jul 2020, 13:41 last edited by
      #33

      @hskoglund I tried in my previous post. Here was the result :
      e5d5b0cf-fb4b-40d9-b6d0-411256be5940-image.png

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hskoglund
        wrote on 9 Jul 2020, 13:43 last edited by
        #34

        You mean typing gdborig also returns nothing?

        D 1 Reply Last reply 9 Jul 2020, 13:52
        1
        • H hskoglund
          9 Jul 2020, 13:43

          You mean typing gdborig also returns nothing?

          D Offline
          D Offline
          dahu74fr
          wrote on 9 Jul 2020, 13:52 last edited by
          #35

          @hskoglund Yes i have an error message :

          4e7248f5-15dc-4c1b-b860-c16420cd795c-image.png

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hskoglund
            wrote on 9 Jul 2020, 14:05 last edited by
            #36

            The error message is correct, but could also check that MinGW's python works, try type:

            C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
            
            D 1 Reply Last reply 9 Jul 2020, 14:07
            1
            • H hskoglund
              9 Jul 2020, 14:05

              The error message is correct, but could also check that MinGW's python works, try type:

              C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
              
              D Offline
              D Offline
              dahu74fr
              wrote on 9 Jul 2020, 14:07 last edited by dahu74fr 7 Sept 2020, 14:14
              #37

              @hskoglund said in QT 5.15.0 install ::

              C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
              I have also Python installed on my computer. The V3.8.3.
              Here the result :
              01f77d7a-4dde-4f68-98e9-ff364d8b612f-image.png

              1 Reply Last reply
              0
              • H Offline
                H Offline
                hskoglund
                wrote on 9 Jul 2020, 14:15 last edited by
                #38

                Hmm, tricky :-) one more, in the same CMD try:

                C:\Programmation\Qt\Tools\mingw810_64\opt\bin\gdbmtool.exe
                
                D 1 Reply Last reply 9 Jul 2020, 14:17
                1
                • H hskoglund
                  9 Jul 2020, 14:15

                  Hmm, tricky :-) one more, in the same CMD try:

                  C:\Programmation\Qt\Tools\mingw810_64\opt\bin\gdbmtool.exe
                  
                  D Offline
                  D Offline
                  dahu74fr
                  wrote on 9 Jul 2020, 14:17 last edited by
                  #39

                  @hskoglund
                  I have also Python installed on my computer. The V3.8.3.
                  Result :
                  d24d4e8b-9d7c-40cb-94a9-924fd89c5aa7-image.png

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    hskoglund
                    wrote on 9 Jul 2020, 14:24 last edited by
                    #40

                    Sure, but your V3.8.3 I think should not bother MinGW's version of python.
                    One more check: in that same CMD, type:

                    set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                    gdborig
                    D 1 Reply Last reply 9 Jul 2020, 14:30
                    1
                    • H hskoglund
                      9 Jul 2020, 14:24

                      Sure, but your V3.8.3 I think should not bother MinGW's version of python.
                      One more check: in that same CMD, type:

                      set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                      gdborig
                      D Offline
                      D Offline
                      dahu74fr
                      wrote on 9 Jul 2020, 14:30 last edited by
                      #41

                      @hskoglund said in QT 5.15.0 install ::

                      set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin

                      a079948f-ec03-4179-8232-cd7e0f6c78bc-image.png

                      1 Reply Last reply
                      0
                      • H Offline
                        H Offline
                        hskoglund
                        wrote on 9 Jul 2020, 14:33 last edited by
                        #42

                        Hmm, you could be right, that your installed Python V3.8.3 is bullying MinGW's python 2.7, because on my Windows 10 without any Python 3.8.3 installed, when I set the path set path=C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64\opt\bin and type gdborig this shows:
                        Screenshot 2020-07-09 at 16.31.04.png

                        1 Reply Last reply
                        1
                        • H Offline
                          H Offline
                          hskoglund
                          wrote on 9 Jul 2020, 14:48 last edited by hskoglund 7 Sept 2020, 15:12
                          #43

                          Ok, to try workaround the fighting of the Pythons, in that same CMD window, type;

                          set PYTHONHOME=C:\Programmation\Qt\Tools\mingw810_64\opt
                          

                          then try both

                          gdborig
                          

                          and

                          gdb
                          
                          D 1 Reply Last reply 9 Jul 2020, 15:49
                          1
                          • H hskoglund
                            9 Jul 2020, 14:48

                            Ok, to try workaround the fighting of the Pythons, in that same CMD window, type;

                            set PYTHONHOME=C:\Programmation\Qt\Tools\mingw810_64\opt
                            

                            then try both

                            gdborig
                            

                            and

                            gdb
                            
                            D Offline
                            D Offline
                            dahu74fr
                            wrote on 9 Jul 2020, 15:49 last edited by
                            #44

                            @hskoglund
                            For information, before launching what you wrote, i have uninstalled Python 3.8.3, also a Python 2.7.4 used by a software and uninstalled Qt with RevoUninstaller.
                            Then i rebooted and made a cleanup of the registry with CCleaner.
                            I reinstalled Qt, but i have the same result in Debugger in Options.
                            And same result with what you wrote.

                            The result for gdborig :
                            91de75c3-bd7b-4fe3-8135-3daba63352f7-image.png

                            And for gdb :
                            3a53ea92-c11c-4e43-a8c7-65e81415eab4-image.png

                            1 Reply Last reply
                            0
                            • H Offline
                              H Offline
                              hskoglund
                              wrote on 9 Jul 2020, 15:55 last edited by
                              #45

                              Maybe some remnants of Python 3 remains, what happens if you try the same as before in that CMD window, i.e.:

                              set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                              set PYTHONHOME=C:\Programmation\Qt\Tools\mingw810_64\opt
                              gdborig
                              gdb
                              
                              D 1 Reply Last reply 9 Jul 2020, 15:59
                              1
                              • H hskoglund
                                9 Jul 2020, 15:55

                                Maybe some remnants of Python 3 remains, what happens if you try the same as before in that CMD window, i.e.:

                                set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                                set PYTHONHOME=C:\Programmation\Qt\Tools\mingw810_64\opt
                                gdborig
                                gdb
                                
                                D Offline
                                D Offline
                                dahu74fr
                                wrote on 9 Jul 2020, 15:59 last edited by
                                #46

                                @hskoglund said in QT 5.15.0 install ::

                                set PYTHONHOME=C:\Programmation\Qt\Tools\mingw810_64\opt

                                There is now no error with dbgorig.

                                b8573209-562a-469d-9f75-7cd90c08f265-image.png

                                1 Reply Last reply
                                0
                                • H Offline
                                  H Offline
                                  hskoglund
                                  wrote on 9 Jul 2020, 16:09 last edited by
                                  #47

                                  Ok, if you set an empty PYTHONHOME:

                                  set PYTHONHOME=
                                  

                                  and then if you try

                                  gdborig
                                  

                                  again, then it should say:
                                  Could not find platform independent libraries <prefix>
                                  Could not find platform dependent libraries <exec_prefix>
                                  Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
                                  ImportError: No module named site

                                  If it does not, could you type:

                                  set
                                  
                                  1 Reply Last reply
                                  1
                                  • D Offline
                                    D Offline
                                    dahu74fr
                                    wrote on 9 Jul 2020, 16:14 last edited by
                                    #48

                                    @hskoglund said in QT 5.15.0 install ::

                                    set PYTHONHOME=

                                    7dd489e9-5504-423b-b7d5-bb71c695baec-image.png 67b121db-88c1-494e-84ad-2f75d73d5ac7-image.png

                                    1 Reply Last reply
                                    0
                                    • H Offline
                                      H Offline
                                      hskoglund
                                      wrote on 9 Jul 2020, 16:21 last edited by
                                      #49

                                      The set output looks totally legit, the only left I think (a bit of a longshot :-):
                                      try uninstalling the Component Servicing Infrastructure (CSI) program, (perhaps that csilogfile tracing stuff messes with gdb)

                                      1 Reply Last reply
                                      1
                                      • D Offline
                                        D Offline
                                        dahu74fr
                                        wrote on 9 Jul 2020, 16:29 last edited by
                                        #50

                                        OK.
                                        I don't know how to uninstall the Component Servicing Infrastructure (CSI) program.
                                        Can you tell me how ?
                                        I will try this tomorrow.
                                        I will also look at the registry because on my computer, i have a software who check if i have the latest versions for my softwares.
                                        And this software tells me that i have an old version of Python (V3.7.4), or i have uninstalled all versions of Python.
                                        So i thing something is staying in the registry.
                                        I will send my feedback when it will be done.
                                        Best regards and thanks a lot.

                                        1 Reply Last reply
                                        0
                                        • H Offline
                                          H Offline
                                          hskoglund
                                          wrote on 9 Jul 2020, 16:34 last edited by
                                          #51

                                          Uninstall CSI program: no problem, we can try that later.
                                          Also, I just googled for how to trace the startup of gdb
                                          https://www.sourceware.org/gdb/onlinedocs/gdb.html#Startup

                                          So the culprit is that gdborig does not show those error lines as I mentioned above (it just exits silently)

                                          We can look into that tomorrow :-)

                                          D 2 Replies Last reply 9 Jul 2020, 16:49
                                          1

                                          41/77

                                          9 Jul 2020, 14:30

                                          • Login

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