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 Il giorno mar 20 ago 2019 alle ore 09:06 Julian Gilbey <j...@debian.org> ha scritto: > tags 934591 + unreproducible moreinfo > thanks > > On Mon, Aug 12, 2019 at 01:13:36PM +0200, Arnaldo Pirrone wrote: > > Package: anki > > Version: 2.1.8+dfsg-1 > > Severity: grave > > > > pyqt5 package is installed > > > > Traceback (most recent call last): > > File "/usr/bin/anki", line 6, in <module> > > import aqt > > File "/usr/share/anki/aqt/__init__.py", line 14, in <module> > > from aqt.qt import * > > File "/usr/share/anki/aqt/qt.py", line 16, in <module> > > from PyQt5.QtWebEngineWidgets import QWebEnginePage > > ModuleNotFoundError: No module named 'PyQt5.sip' > > Dear Arnaldo, > > Thanks for reporting this bug. This is very strange, as I am not able > to reproduce it, and I cannot fathom why it's trying to load > PyQt5.sip; there indeed is no such module, and it shouldn't be > attempting to look for it. > > Question: do you have the python3-sip package installed? (It fulfils > a dependency of python3-pyqt5, so you should do.) > > Best wishes, > > Julian >