Bug 1180750
| Summary: | Calibre doesn’t start because of lack of libQt5Sensors | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Krzysztof Jurewicz <krzysztof.jurewicz> |
| Component: | calibre | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | chkr, kevin, nushio, sysoutfran, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-09 21:48:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1179686 *** |
When trying to start Calibre 2.12.0-1.fc21, the following traceback is printed: Actual results: The following traceback gets printed: Traceback (most recent call last): File "/usr/bin/calibre", line 20, in <module> sys.exit(calibre()) File "/usr/lib64/calibre/calibre/gui_launch.py", line 47, in calibre main(args) File "/usr/lib64/calibre/calibre/gui2/main.py", line 473, in main gui_debug=gui_debug) File "/usr/lib64/calibre/calibre/gui2/main.py", line 335, in run_gui from calibre.gui2.ui import Main File "/usr/lib64/calibre/calibre/gui2/ui.py", line 40, in <module> from calibre.gui2.init import LibraryViewMixin, LayoutMixin File "/usr/lib64/calibre/calibre/gui2/init.py", line 17, in <module> from calibre.gui2.library.views import BooksView, DeviceBooksView File "/usr/lib64/calibre/calibre/gui2/library/views.py", line 17, in <module> from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate, File "/usr/lib64/calibre/calibre/gui2/library/delegates.py", line 22, in <module> from calibre.gui2.dialogs.comments_dialog import CommentsDialog File "/usr/lib64/calibre/calibre/gui2/dialogs/comments_dialog.py", line 8, in <module> from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog File "/usr/lib64/calibre/calibre/gui2/dialogs/comments_dialog_ui.py", line 41, in <module> from calibre.gui2.comments_editor import Editor File "/usr/lib64/calibre/calibre/gui2/comments_editor.py", line 17, in <module> from PyQt5.QtWebKitWidgets import QWebView, QWebPage ImportError: libQt5Sensors.so.5: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu (that means: “no such file or directory”). PyQt is installed, “import PyQt5” from the Python console works.