eric6/eric6_browser.py

changeset 7759
51aa6c6b66f7
parent 7380
c99320e859ca
child 7781
607a6098cb44
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
62 QTimer.singleShot(0, lambda: E5MessageBox.critical( 62 QTimer.singleShot(0, lambda: E5MessageBox.critical(
63 None, 63 None,
64 "eric6 Web Browser", 64 "eric6 Web Browser",
65 "QtWebEngineWidgets is not installed but needed to execute the" 65 "QtWebEngineWidgets is not installed but needed to execute the"
66 " web browser.")) 66 " web browser."))
67 app.exec_() 67 app.exec()
68 sys.exit(100) 68 sys.exit(100)
69 69
70 import Globals 70 import Globals
71 from Globals import AppInfo, qVersionTuple 71 from Globals import AppInfo, qVersionTuple
72 72

eric ide

mercurial