When I click on an AZW3 in Book details, instead of opening, I get the following error (from the debug log):
Code:
Traceback (most recent call last):
File "site.py", line 48, in main
File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 189, in main
func, notification = get_func(name)
File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 144, in get_func
module = importlib.import_module(module)
File "importlib/__init__.py", line 37, in import_module
File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main.py", line 15, in <module>
from calibre.gui2.viewer.main_ui import Ui_EbookViewer
File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main_ui.py", line 229, in <module>
from QtWebKit.QWebView import QWebView
ImportError: No module named QtWebKit.QWebView
calibre 1.201.2* (latest source).