Thanks for your help.
Here is the output

marco@ubuntu:~$ python3
Python 3.5.2 (default, Nov 23 2017, 16:37:01) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5
>>> PyQt5.__path__
['/home/marco/.local/lib/python3.5/site-packages/PyQt5']
>>> import PyQt5.QtCore
>>> PyQt5.QtCore.__file__
'/home/marco/.local/lib/python3.5/site-packages/PyQt5/QtCore.so'
>>> import PyQt5.QtWebKit
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'PyQt5.QtWebKit'

Is it normal to have such libraries in a hidden virtualenv within the
home dir?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732695

Title:
  ImportError: No module named 'PyQt5.QtWebKit'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1732695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to