You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from PyQt5 import QtWebEngineWidgets
ImportError: cannot import name 'QtWebEngineWidgets' from 'PyQt5' (/home/reimarb/Miniforge/envs/mssdev/lib/python3.11/site-packages/PyQt5/__init__.py)
mamba list pyqt
# packages in environment at /home/reimarb/Miniforge/envs/mssdev:
#
# Name Version Build Channel
pyqt 5.15.9 py311hf0fb5b6_5 conda-forge
pyqt5-sip 12.12.2 py311hb755f60_5 conda-forge
pyqtgraph 0.13.4 pyhd8ed1ab_0 conda-forge
rebuilding from ui_webbrowser.ui still has the line self.webEngineView = QtWebEngineWidgets.QWebEngineView(self.centralwidget)
and it is not imported
from PyQt5 import QtCore, QtGui, QtWidgets
QtWebKit was deprecated in Qt 5.5
The text was updated successfully, but these errors were encountered:
Cross-linking #2293: the web browser code path is dead code (it is an example of such in that issue); as it is unused and there is no plan to start using it in the future I think it can just be removed.
rebuilding from ui_webbrowser.ui still has the line
self.webEngineView = QtWebEngineWidgets.QWebEngineView(self.centralwidget)
and it is not imported
from PyQt5 import QtCore, QtGui, QtWidgets
QtWebKit was deprecated in Qt 5.5
The text was updated successfully, but these errors were encountered: