bug with pyqtwebengine and Ubuntu 20.04 and Python 3.8
Tanim Islam <[email protected]> Tue, 12 May 2020 09:44:00 -0700
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <CADAM1W0xfgfVf7K6wCCQmONgjA72jUxUoEpKwrAmXZ=orx_xrA@mail.gmail.com> |
Hello, I am running Ubuntu 20.04 and Python 3.8. I have installed pyqtwebengine by running "pip3 install --user pyqtwebengine". pip3 list | grep Web shows "PyQtWebEngine 5.14.0". However, when in the Python shell I do "import PyQt5.PyQtWebEngine", I get "ModuleNotFoundError: No module named 'PyQt5.PyQtWebEngines'". Has anyone seen this error? NOTE: this is different from "import PyQt5.PyQtWebEngines" Tanim