bug with pyqtwebengine and Ubuntu 20.04 and Python 3.8

Tanim Islam <[email protected]> Mon, 11 May 2020 11:42:46 -0700
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <CADAM1W3BGsAvDs5kt=UhyV+mjhjmRjm3mJE_GS6A1xi+fnKPOA@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.PyQtWebEngines", I get "ModuleNotFoundError: No module
named 'PyQt5.PyQtWebEngines'".

Has anyone seen this error?

Tanim Islam