<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Tue, May 12, 2020 at 10:04 AM Florian Bruhin <<a href="mailto:me@the-compiler.org">me@the-compiler.org</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, May 12, 2020 at 09:44:00AM -0700, Tanim Islam wrote:<br>
> I am running Ubuntu 20.04 and Python 3.8. I have installed pyqtwebengine by<br>
> running "pip3 install --user pyqtwebengine". pip3 list | grep Web shows<br>
> "PyQtWebEngine                 5.14.0". However, when in the Python shell I<br>
> do "import PyQt5.PyQtWebEngine", I get "ModuleNotFoundError: No module<br>
> named 'PyQt5.PyQtWebEngines'".<br>
> <br>
> Has anyone seen this error?<br>
> <br>
> NOTE: this is different from "import PyQt5.PyQtWebEngines"<br>
<br>
Well, you just said above that your error message says:<br>
"ModuleNotFoundError: No module named 'PyQt5.PyQtWebEngines'"<br>
<br>
What code do you *actually* run, and what output do you *actually* get? Can you<br>
copy-paste an actual console session?<br>
<br>
Florian<br>
<br>
-- <br>
<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a> (Mail/XMPP) | <a href="https://www.qutebrowser.org" rel="noreferrer" target="_blank">https://www.qutebrowser.org</a> <br>
       <a href="https://bruhin.software/" rel="noreferrer" target="_blank">https://bruhin.software/</a> | <a href="https://github.com/sponsors/The-Compiler/" rel="noreferrer" target="_blank">https://github.com/sponsors/The-Compiler/</a><br>
       GPG: 916E B0C8 FD55 A072 | <a href="https://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">https://the-compiler.org/pubkey.asc</a><br>
             I love long mails! | <a href="https://email.is-not-s.ms/" rel="noreferrer" target="_blank">https://email.is-not-s.ms/</a></blockquote><div><br></div><div class="gmail_default" style="font-family:monospace">In [17]: <b><font color="#ff0000">import PyQt5.PyQtWebEngine</font></b><br>---------------------------------------------------------------------------<br>ModuleNotFoundError                       Traceback (most recent call last)<br><ipython-input-17-b4659f8d6aa3> in <module><br>----> 1 import PyQt5.PyQtWebEngine<br><br>ModuleNotFoundError: No module named 'PyQt5.PyQtWebEngine'<br></div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">In [18]: <b><font color="#ff0000">import PyQt5.PyQtWebEngines</font></b><br>---------------------------------------------------------------------------<br>ModuleNotFoundError                       Traceback (most recent call last)<br><ipython-input-18-a66d919f948c> in <module><br>----> 1 import PyQt5.PyQtWebEngines<br><br></div><div><span style="font-family:monospace">ModuleNotFoundError: No module named 'PyQt5.PyQtWebEngines'</span> </div></div></div>