Python 错误:ImportError:没有名为 QtWebKit 的模块

Python 错误:ImportError:没有名为 QtWebKit 的模块

我刚刚安装了 Anki,但是当我尝试运行该程序时,出现以下信息:

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
ImportError: No module named QtWebKit

我安装了这篇文章中提到的所有 QTweb 包:[https://ubuntuforums.org/showthread.php?t=2253348],但同样的问题仍然存在。

相关内容