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?

Best wishes,

   Julian

Reply via email to