--- a/eric7/WebBrowser/UrlBar/UrlBar.py Sun Aug 29 12:40:12 2021 +0200 +++ b/eric7/WebBrowser/UrlBar/UrlBar.py Sun Aug 29 12:40:51 2021 +0200 @@ -10,7 +10,7 @@ from PyQt6.QtCore import pyqtSlot, Qt, QPointF, QUrl, QDateTime, QTimer, QPoint from PyQt6.QtGui import QColor, QPalette, QLinearGradient, QIcon from PyQt6.QtWidgets import QDialog, QApplication -from PyQt6.QtWebEngineWidgets import QWebEnginePage +from PyQt6.QtWebEngineCore import QWebEnginePage try: from PyQt6.QtNetwork import QSslCertificate # __IGNORE_EXCEPTION__ except ImportError: