From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Broken Calibre package Date: Mon, 25 Jul 2016 22:15:08 +0200 Message-ID: <878twpbhkj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRmH0-00061W-O5 for guix-devel@gnu.org; Mon, 25 Jul 2016 16:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRmGx-0007Db-Gy for guix-devel@gnu.org; Mon, 25 Jul 2016 16:14:46 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRmGx-0007DV-DN for guix-devel@gnu.org; Mon, 25 Jul 2016 16:14:43 -0400 Received: from 541e9304.cm-5-7c.dynamic.ziggo.nl ([84.30.147.4]:52736 helo=roel-tp) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bRmGw-0002TV-NG for guix-devel@gnu.org; Mon, 25 Jul 2016 16:14:43 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Dear Guix, Thanks for the recent upgrade to version 2.62.0 of Calibre. I encounter the following problem after completing the setup dialog: Traceback (most recent call last): File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/bin/.calibre-real", line 20, in sys.exit(calibre()) File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui_launch.py", line 63, in calibre main(args) File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/main.py", line 525, in main gui_debug=gui_debug) File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/main.py", line 371, in run_gui from calibre.gui2.ui import Main File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/ui.py", line 42, in from calibre.gui2.init import LibraryViewMixin, LayoutMixin File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/init.py", line 19, in from calibre.gui2.library.views import BooksView, DeviceBooksView File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/library/views.py", line 19, in from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate, File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/library/delegates.py", line 23, in from calibre.gui2.dialogs.comments_dialog import CommentsDialog File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/dialogs/comments_dialog.py", line 9, in from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py", line 41, in from calibre.gui2.comments_editor import Editor File "/gnu/store/zyxad0fziqvyf28x0ibwgp9xgqdzizn0-calibre-2.62.0/lib/calibre/calibre/gui2/comments_editor.py", line 18, in from PyQt5.QtWebKitWidgets import QWebView, QWebPage ImportError: No module named QtWebKitWidgets Are we missing a qtwebkit package? Kind regards, Roel Janssen