src/eric7/Utilities/__init__.py

branch
eric7
changeset 11130
c86585088e29
parent 11090
f5f5f5803935
child 11148
15e30f0c76a8
--- 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
 
         (

eric ide

mercurial