43 except ImportError: |
43 except ImportError: |
44 if "--quiet" not in sys.argv: |
44 if "--quiet" not in sys.argv: |
45 from PyQt6.QtCore import QTimer |
45 from PyQt6.QtCore import QTimer |
46 from PyQt6.QtWidgets import QApplication |
46 from PyQt6.QtWidgets import QApplication |
47 |
47 |
48 from eric7.EricWidgets import EricMessageBox # __IGNORE_WARNING__ |
48 from eric7.EricWidgets import EricMessageBox |
49 |
49 |
50 app = QApplication([]) |
50 app = QApplication([]) |
51 QTimer.singleShot( |
51 QTimer.singleShot( |
52 0, |
52 0, |
53 lambda: EricMessageBox.critical( |
53 lambda: EricMessageBox.critical( |