smoqadam/PyFladesk

Add dependency for PyQtWebEngine

heepdog opened this issue · 2 comments

Installed PyFladesk today and wen I tried to run it. I received an import error that QtWebEngineWidgets could not be imported. After installing PyQtWebEngine it ran without errors.

Seconded. Had the same problem just now, googling brings this up https://pypi.org/project/PyQtWebEngine/, and this thread -> https://askubuntu.com/questions/763612/importerror-no-module-named-pyqt5-qtwebenginewidgets

stating that the QtWebEngineWidgets stuff has been moved to its own, separate package (last answer on the page)

ELC commented

Solved in 9821cc5