MIZMU
1
The “QtWebEngineWidgets” module appears to be missing
ModuleNotFoundError: No module named ‘PyQt6.QtWebEngineWidgets’
@dae
abdo
2
Make sure you have pyqt6-webengine installed.
4 Likes
MIZMU
3
It’s not installed as part of the anki package?
abdo
4
It’s not installed by default. You can state you want to install it along with aqt using:
pip install aqt[qt6]
3 Likes