severity 931798 normal thanks On Wed, Aug 21, 2019 at 09:39:52PM +0100, Julian Gilbey wrote: > On Wed, Aug 21, 2019 at 04:22:23PM +0200, Arnaldo Pirrone wrote: > > Hi, i do have python3-sip. > > Now the error is this: > > $ anki > > Traceback (most recent call last): > > File "/usr/bin/anki", line 6, in <module> > > import aqt > > File "/usr/share/anki/aqt/__init__.py", line 32, in <module> > > import aqt.forms > > File "/usr/share/anki/aqt/forms/__init__.py", line 44, in <module> > > from . import about > > File "/usr/share/anki/aqt/forms/about.py", line 42, in <module> > > from aqt.webview import AnkiWebView > > File "/usr/share/anki/aqt/webview.py", line 90, in <module> > > class AnkiWebView(QWebEngineView): > > NameError: name 'QWebEngineView' is not defined > > OK, something is very very wrong with your installation of something, > or some other problem, but I'm quite stumped. Anki imports the whole > of PyQt5.Qt, and that includes QWebEngineView. > > Are you getting the same error message every time you try starting > Anki, or is it different each time?
Dear Arnaldo, Since I can't reproduce this problem, and it seems to be related to something else wrong on your system (as it gives different errors on different occasions), I'm reducing the severity of this bug to "normal". If you are able to answer my question, we could try to get to the bottom of this, otherwise we'll just have to leave it, unfortunately. Best wishes, Julian