View Single Post
Old 12-25-2013, 09:37 AM   #12
Raimond
Member
Raimond began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Nov 2010
Device: Sony PRS-600, Kindle Paperwhite
Hi Kovid,

thanks for your reply.
Took some time but I've used lxml3.2.4 - better safe than sorry

I'm still getting two warnings during calibre compilation:
Code:
Installing resources to /usr/share/calibre
Setting up command-line completion...

____________________ WARNING ____________________
Setting up completion failed with error:
__________________________________________________
        Traceback (most recent call last):
          File "/home/pi/calibre/src/calibre/linux.py", line 494, in setup_completion
            from calibre.gui2.lrf_renderer.main import option_parser as lrfviewerop
          File "/home/pi/calibre/src/calibre/gui2/lrf_renderer/main.py", line 18, in <module>
            from calibre.gui2.search_box import SearchBox2
          File "/home/pi/calibre/src/calibre/gui2/search_box.py", line 20, in <module>
            from calibre.gui2.dialogs.search import SearchDialog
          File "/home/pi/calibre/src/calibre/gui2/dialogs/search.py", line 8, in <module>
            from calibre.gui2.dialogs.search_ui import Ui_Dialog
          File "/home/pi/calibre/src/calibre/gui2/dialogs/search_ui.py", line 220, in <module>
            from calibre.gui2.complete2 import EditWithComplete
          File "/home/pi/calibre/src/calibre/gui2/complete2.py", line 19, in <module>
            from calibre.gui2.widgets import EnComboBox, LineEditECM
          File "/home/pi/calibre/src/calibre/gui2/widgets.py", line 21, in <module>
            from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator
          File "/home/pi/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/pi/calibre/src/calibre/linux.py", line 697, in setup_desktop_integration
            from calibre.ebooks.oeb.polish.main import SUPPORTED
          File "/home/pi/calibre/src/calibre/ebooks/oeb/polish/main.py", line 14, in <module>
            from calibre.ebooks.oeb.polish.container import get_container
          File "/home/pi/calibre/src/calibre/ebooks/oeb/polish/container.py", line 28, in <module>
            from calibre.ebooks.mobi.tweak import set_cover
          File "/home/pi/calibre/src/calibre/ebooks/mobi/tweak.py", line 14, in <module>
            from calibre.ebooks.mobi.reader.mobi6 import MobiReader
          File "/home/pi/calibre/src/calibre/ebooks/mobi/reader/mobi6.py", line 26, in <module>
            from calibre.ebooks.compression.palmdoc import decompress_doc
          File "/home/pi/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:
It doesn't look life threading (ebook-convert seems to work).
Do you have a suggestion?

Edit: Found it: https://www.mobileread.com/forums/sho...d.php?t=229603

Rai

Last edited by Raimond; 12-25-2013 at 09:50 AM. Reason: You shall use google!
Raimond is offline   Reply With Quote