[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Marco Scavazzon
Too late (I already deleted them to use retext). Anyway, many thanks for your help! -- 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

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Dmitry Shachnev
Most probably you ran pip3 install something, and that pulled in PyQt5. Check what else is in your /home/marco/.local/lib/python3.5/site- packages/ and in /home/marco/.local/bin/ and you will see what it was. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Marco Scavazzon
Thanks a lot Dmitry. Just one question, do you know what has created that python 3 site-packages directory? Is it a feature of python3? -- 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:

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Dmitry Shachnev
> /home/marco/.local/lib/python3.5/site-packages/PyQt5 This means you *do* have a local PyQt5 installation. It is not a virtualenv and this directory is in global Python search path. Delete this directory and ReText should start working. If you have some local code that needs a custom PyQt5,

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Marco Scavazzon
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__

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-11 Thread Dmitry Shachnev
Hi Marco, thanks for your feedback. Can you please open a terminal, launch python3 there, enter these lines and paste the output? >>> import PyQt5 >>> PyQt5.__path__ >>> import PyQt5.QtCore >>> PyQt5.QtCore.__file__ >>> import PyQt5.QtWebKit (lines 2 and 4 should print some paths; line 5 may

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2018-01-10 Thread Marco Scavazzon
Hi Dmitry I don't have a custom PyQT5 installation on my laptop. I tried to reinstall the package python3-pyqt5.qtwebkit without success (still same error). The version installed is 5.5.1+dfsg-3ubuntu4 I have installed packages with pip, but only within virtualenv, not for the system python. --

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2017-12-27 Thread Dmitry Shachnev
Marco: please see my comment above. Do you have python3-pyqt5.qtwebkit package installed? Do you have any packages installed using pip? -- 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:

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2017-12-27 Thread Marco Scavazzon
Same problem here marco@ubuntu:~$ retext Using configuration file: /home/marco/.config/ReText project/ReText.conf Traceback (most recent call last): File "/usr/bin/retext", line 23, in from ReText.window import ReTextWindow File "/usr/share/retext/ReText/window.py", line 22, in

[Bug 1732695] Re: ImportError: No module named 'PyQt5.QtWebKit'

2017-11-20 Thread Dmitry Shachnev
That should not happen because retext depends on python3-pyqt5.qtwebkit. Maybe you have a custom PyQt5 installation somewhere that does not have Qt WebKit support? ** Changed in: retext (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of