--- a/src/eric7/eric7_browser.py Wed Nov 09 11:32:13 2022 +0100 +++ b/src/eric7/eric7_browser.py Wed Nov 09 15:05:06 2022 +0100 @@ -41,6 +41,7 @@ try: from PyQt6 import QtWebEngineWidgets # __IGNORE_WARNING__ + from PyQt6.QtWebEngineCore import QWebEngineUrlScheme except ImportError: if "--quiet" not in sys.argv: from PyQt6.QtCore import QTimer @@ -61,8 +62,6 @@ app.exec() sys.exit(100) -from PyQt6.QtWebEngineCore import QWebEngineUrlScheme # __IGNORE_WARNING_I201__ - from eric7.EricWidgets.EricApplication import EricApplication from eric7.Globals import AppInfo from eric7.Toolbox import Startup