Big Sur Pyside2 not showing a widgets
-
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 ? -
its really weird but adding :
import matplotlib
import matplotlib.pyplot as pltmatplotlib.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... -
its really weird but adding :
import matplotlib
import matplotlib.pyplot as pltmatplotlib.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... -
https://bugreports.qt.io/browse/QTBUG-87014 - Qt application gets stuck trying to open main window under Big Sur
-
https://bugreports.qt.io/browse/QTBUG-87014 - Qt application gets stuck trying to open main window under Big Sur
-
@jeremy_k this bug is in "closed"... does it means there is a solution for that ? not only this strange workaround ?