5

Since today's release of Big Sur, my QT application stopped working, no any errors, project runs, just Windows are not shown.

using Python with a Pyside2, writing, and launching with a Pycharms. Was fully functional yesterday - before upgrade. Tested even with a simplest empty window:

app = QApplication(sys.argv)

window = QWidget()
window.show()
sys.exit(app.exec_())

Same nothing shown.

Can anyone suggest what can I check? Where to begin?

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Kamornik Cola
  • 644
  • 8
  • 20

1 Answers1

5

after long long research - very weird solution... but until will be fixed by Qt - please see here : Apps not popping up on macOS Big Sur 11.0.1_ for me it was a life saver- hope it will help someone

Kamornik Cola
  • 644
  • 8
  • 20