Use `QApplication` in `PyQt5`
See here for the original answer.
For anyone experiencing this issue in PyQt5, try using QCoreApplication
instead and it should work.
See here for the original answer.
For anyone experiencing this issue in PyQt5, try using QCoreApplication
instead and it should work.