--- a/src/eric7/Utilities/__init__.py Mon Feb 10 16:27:06 2025 +0100 +++ b/src/eric7/Utilities/__init__.py Sat Feb 15 16:19:13 2025 +0100 @@ -1078,7 +1078,7 @@ info.append(" PyQt6-WebEngine not installed") info.append(f" PyQt6-QScintilla {QSCINTILLA_VERSION_STR}") info.append(f" sip {sip_version_str}") - if bool(importlib.util.find_spec("PyQt6.QtWebEngineWidgets")): + if bool(importlib.util.find_spec("PyQt6.QtWebEngineCore")): from eric7.WebBrowser.Tools import WebBrowserTools # noqa: I101 (