View Single Post
Old 12-20-2013, 06:06 PM   #1
kbdcalls
Junior Member
kbdcalls began at the beginning.
 
kbdcalls's Avatar
 
Posts: 5
Karma: 10
Join Date: Dec 2013
Device: none
Calibre 1.16.0 on Debian Wheezy

Im getting this output on debian wheezy when I install calibre 1.16.0

Code:
____________________ WARNING ____________________
Setting up completion failed with error:
__________________________________________________
        Traceback (most recent call last):
          File "/home/matthias/calibre/src/calibre/linux.py", line 494, in setup_completion
            from calibre.gui2.lrf_renderer.main import option_parser as lrfviewerop
          File "/home/matthias/calibre/src/calibre/gui2/lrf_renderer/main.py", line 18, in <module>
            from calibre.gui2.search_box import SearchBox2
          File "/home/matthias/calibre/src/calibre/gui2/search_box.py", line 20, in <module>
            from calibre.gui2.dialogs.search import SearchDialog
          File "/home/matthias/calibre/src/calibre/gui2/dialogs/search.py", line 8, in <module>
            from calibre.gui2.dialogs.search_ui import Ui_Dialog
          File "/home/matthias/calibre/src/calibre/gui2/dialogs/search_ui.py", line 213, in <module>
            from calibre.gui2.complete2 import EditWithComplete
          File "/home/matthias/calibre/src/calibre/gui2/complete2.py", line 19, in <module>
            from calibre.gui2.widgets import EnComboBox, LineEditECM
          File "/home/matthias/calibre/src/calibre/gui2/widgets.py", line 21, in <module>
            from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator
          File "/home/matthias/calibre/src/calibre/gui2/progress_indicator/__init__.py", line 15, in <module>
            pi_error)
        RuntimeError: Failed to load the Progress Indicator plugin: No module named progress_indicator

Setting up desktop integration...

____________________ WARNING ____________________
Setting up desktop integration failed with error:
__________________________________________________
        Traceback (most recent call last):
          File "/home/matthias/calibre/src/calibre/linux.py", line 697, in setup_desktop_integration
            from calibre.ebooks.oeb.polish.main import SUPPORTED
          File "/home/matthias/calibre/src/calibre/ebooks/oeb/polish/main.py", line 14, in <module>
            from calibre.ebooks.oeb.polish.container import get_container
          File "/home/matthias/calibre/src/calibre/ebooks/oeb/polish/container.py", line 28, in <module>
            from calibre.ebooks.mobi.tweak import set_cover
          File "/home/matthias/calibre/src/calibre/ebooks/mobi/tweak.py", line 14, in <module>
            from calibre.ebooks.mobi.reader.mobi6 import MobiReader
          File "/home/matthias/calibre/src/calibre/ebooks/mobi/reader/mobi6.py", line 26, in <module>
            from calibre.ebooks.compression.palmdoc import decompress_doc
          File "/home/matthias/calibre/src/calibre/ebooks/compression/palmdoc.py", line 14, in <module>
            '%s')%plugins['cPalmdoc'][1])
        RuntimeError: Failed to load required cPalmdoc module: No module named cPalmdoc

Installing calibre environment module: /usr/lib/python2.7/dist-packages/init_calibre.py


calibre successfully installed. You can start it by running the command calibre

There were 2 warning(s):

* Setting up completion failed with error:

* Setting up desktop integration failed with error:

root@debian:/home/matthias/calibre#
What is wrong here ?
kbdcalls is offline   Reply With Quote