donnemartin/system-design-primer

Anki Error on Launching using Ubuntu 18.10

Open

#235 opened on Nov 17, 2018

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (348,624 stars) (56,208 forks)batch import
help wantedneeds-review

Description

I'm using Ubuntu 18.10 on Lenovo Thinkpad: I get this error right after the install using Ubuntu software install ....after installed ...when pressing Launch button:


Error during startup: Traceback (most recent call last): File "/usr/share/anki/aqt/main.py", line 50, in init self.setupUI() File "/usr/share/anki/aqt/main.py", line 75, in setupUI self.setupMainWindow() File "/usr/share/anki/aqt/main.py", line 585, in setupMainWindow tweb = self.toolbarWeb = aqt.webview.AnkiWebView() File "/usr/share/anki/aqt/webview.py", line 114, in init self.focusProxy().installEventFilter(self) AttributeError: 'NoneType' object has no attribute 'installEventFilter'


Anki version: 2.1.0+dfsg-1 Updated: 11/17/2018 The error message won't reappear unless you uninstall and reboot O/S. Any help is appreciated. Thanks! DJ

Contributor guide