Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Big Sur Pyside2 not showing a widgets
Forum Updated to NodeBB v4.3 + New Features

Big Sur Pyside2 not showing a widgets

Scheduled Pinned Locked Moved Unsolved Qt for Python
7 Posts 3 Posters 1.2k Views 2 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.
  • C Offline
    C Offline
    colaK
    wrote on last edited by
    #1

    Hi friends, since yesterday oficial release of Big Sur , my Pyside2 based app stopped showing any window....
    No Any errors ... it runs ... just shows nothing ....
    Any idea what to check ?
    i created a test app with code from here :
    https://doc.qt.io/qtforpython/tutorials/basictutorial/dialog.html
    same result : runs but shows nothing...
    what am i missing ?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      colaK
      wrote on last edited by
      #2

      its really weird but adding :
      import matplotlib
      import matplotlib.pyplot as plt

      matplotlib.use('TkAgg')

      at the beginning of the script makes the solution to work ... have no idea why and how matplotlib related... but found it on Stackoverflow... so the problem is not only mine....
      hope QT will solve it soon...

      JonBJ 1 Reply Last reply
      0
      • C colaK

        its really weird but adding :
        import matplotlib
        import matplotlib.pyplot as plt

        matplotlib.use('TkAgg')

        at the beginning of the script makes the solution to work ... have no idea why and how matplotlib related... but found it on Stackoverflow... so the problem is not only mine....
        hope QT will solve it soon...

        JonBJ Online
        JonBJ Online
        JonB
        wrote on last edited by
        #3

        @colaK
        This is good. But for anyone else who comes here with the same problem, it would be helpful if you could paste the link to the stackoverflow post?

        1 Reply Last reply
        0
        • jeremy_kJ Offline
          jeremy_kJ Offline
          jeremy_k
          wrote on last edited by
          #4

          https://bugreports.qt.io/browse/QTBUG-87014 - Qt application gets stuck trying to open main window under Big Sur

          Asking a question about code? http://eel.is/iso-c++/testcase/

          C 1 Reply Last reply
          1
          • C Offline
            C Offline
            colaK
            wrote on last edited by
            #5

            Thanks @JonB :) great idea- here it is :
            https://stackoverflow.com/questions/64833558/apps-not-popping-up-on-macos-big-sur-11-0-1#_=

            1 Reply Last reply
            1
            • jeremy_kJ jeremy_k

              https://bugreports.qt.io/browse/QTBUG-87014 - Qt application gets stuck trying to open main window under Big Sur

              C Offline
              C Offline
              colaK
              wrote on last edited by
              #6

              @jeremy_k this bug is in "closed"... does it means there is a solution for that ? not only this strange workaround ?

              jeremy_kJ 1 Reply Last reply
              0
              • C colaK

                @jeremy_k this bug is in "closed"... does it means there is a solution for that ? not only this strange workaround ?

                jeremy_kJ Offline
                jeremy_kJ Offline
                jeremy_k
                wrote on last edited by
                #7

                I'm not sure which workaround is being referenced. The bug report mentions a fix in 5.12.11, as well as gerrit reviews plus commits for 5.12 and 5.15.

                Asking a question about code? http://eel.is/iso-c++/testcase/

                1 Reply Last reply
                1

                • Login

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