Comment 6 for bug 1732695

Revision history for this message
Marco Scavazzon (marco-skv) wrote :

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?