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
because qtwebkit is being phased out and not present on my system I get the error message
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/qgis/utils.py", line 423, in _startPlugin
plugins[packageName] = package.classFactory(iface)
File "~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/sparqlunicorn/__init__.py", line 35, in classFactory
from .sparql_unicorn import SPARQLunicorn
File "/usr/lib/python3.10/site-packages/qgis/utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/sparqlunicorn/sparql_unicorn.py", line 49, in
from .dialogs.loginwindowdialog import LoginWindowDialog
File "/usr/lib/python3.10/site-packages/qgis/utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/sparqlunicorn/dialogs/loginwindowdialog.py", line 3, in
from PyQt5.QtWebKitWidgets import QWebView
File "/usr/lib/python3.10/site-packages/qgis/utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
because qtwebkit is being phased out and not present on my system I get the error message
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
thus
sparqlunicornGoesGIS/dialogs/loginwindowdialog.py
Line 3 in c43de9e
PyQt5.QtWebEngineWidgets
andQWebEngineView
The text was updated successfully, but these errors were encountered: