diff --git a/README.development b/README.development index 299bb3937..d597b32ad 100644 --- a/README.development +++ b/README.development @@ -28,7 +28,7 @@ pyqt5-dev-tools) as well. If you're on another platform or your distro has the wrong Qt version, you can install PyQt with pip: -$ pip3 install sip pyqt5 +$ pip3 install PyQt5 PyQtWebEngine To use the development version: diff --git a/aqt/qt.py b/aqt/qt.py index fea2d26c3..4936c300a 100644 --- a/aqt/qt.py +++ b/aqt/qt.py @@ -13,7 +13,7 @@ from anki.utils import isWin, isMac from PyQt5.Qt import * # trigger explicit message in case of missing libraries # instead of silently failing to import -from PyQt5.QtWebEngineWidgets import QWebEnginePage +from PyQt5.QtWebEngineWidgets import * try: from PyQt5 import sip except ImportError: