eric7/UI/UserInterface.py

branch
eric7
changeset 8553
10d31e5ce9e5
parent 8546
52454036c2b2
child 8571
eb2b840bbf8f
--- a/eric7/UI/UserInterface.py	Sun Aug 29 12:40:12 2021 +0200
+++ b/eric7/UI/UserInterface.py	Sun Aug 29 12:40:51 2021 +0200
@@ -3777,10 +3777,10 @@
                 """<tr><td><b>PyQt6-Charts</b></td><td>{0}</td></tr>"""
             ).format(QtCharts.PYQT_CHART_VERSION_STR)
         with contextlib.suppress(ImportError, AttributeError):
-            from PyQt6 import QtWebEngine
+            from PyQt6 import QtWebEngineCore
             versionText += (
                 """<tr><td><b>PyQt6-WebEngine</b></td><td>{0}</td></tr>"""
-            ).format(QtWebEngine.PYQT_WEBENGINE_VERSION_STR)
+            ).format(QtWebEngineCore.PYQT_WEBENGINE_VERSION_STR)
         versionText += (
             """<tr><td><b>PyQt6-QScintilla</b></td><td>{0}</td></tr>"""
         ).format(QSCINTILLA_VERSION_STR)

eric ide

mercurial