← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 1633737] Re: Anki fails to start in Yakkety due to missing PyQt4-WebKit

 

** Summary changed:

- Anki fails to start in Yakkety due to missing QtWebKit
+ Anki fails to start in Yakkety due to missing PyQt4-WebKit

** Description changed:

- Anki fails to start in Yakkety due to a failure to import QtWebKit.
+ Anki fails to start in Yakkety due to a failure to import PyQt4-WebKit.
  
  Traceback (most recent call last):
-   File "/usr/bin/anki", line 7, in <module>
-     import aqt
-   File "/usr/share/anki/aqt/__init__.py", line 12, in <module>
-     from aqt.qt import *
-   File "/usr/share/anki/aqt/qt.py", line 22, in <module>
-     from PyQt4.QtWebKit import QWebPage, QWebView, QWebSettings
+   File "/usr/bin/anki", line 7, in <module>
+     import aqt
+   File "/usr/share/anki/aqt/__init__.py", line 12, in <module>
+     from aqt.qt import *
+   File "/usr/share/anki/aqt/qt.py", line 22, in <module>
+     from PyQt4.QtWebKit import QWebPage, QWebView, QWebSettings
  ImportError: No module named QtWebKit

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to anki in Ubuntu.
https://bugs.launchpad.net/bugs/1633737

Title:
  Anki fails to start in Yakkety due to missing PyQt4-WebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anki/+bug/1633737/+subscriptions


References