--- a/eric6/eric6_browser.py Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/eric6_browser.py Tue Oct 06 17:52:44 2020 +0200
@@ -64,7 +64,7 @@
"eric6 Web Browser",
"QtWebEngineWidgets is not installed but needed to execute the"
" web browser."))
- app.exec_()
+ app.exec()
sys.exit(100)
import Globals