--- a/eric7/Preferences/__init__.py Sun Aug 29 12:40:12 2021 +0200 +++ b/eric7/Preferences/__init__.py Sun Aug 29 12:40:51 2021 +0200 @@ -31,7 +31,7 @@ from PyQt6.QtGui import QColor, QFont, QPalette from PyQt6.QtWidgets import QApplication try: - from PyQt6.QtWebEngineWidgets import QWebEngineSettings + from PyQt6.QtWebEngineCore import QWebEngineSettings except ImportError: QWebEngineSettings = None from PyQt6.Qsci import QsciScintilla, QsciLexerPython