View Single Post
Old 12-30-2011, 07:16 AM   #1
Philantrop
Addict
Philantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beauty
 
Philantrop's Avatar
 
Posts: 296
Karma: 32153
Join Date: Dec 2008
Device: Kindles (e-ink)
Calibre 0.8.33 installed from source won't start / detect_xml_encoding

Am I the only one who gets this when starting calibre 0.8.33 installed from source?

Code:
Traceback (most recent call last):
  File "/usr/bin/calibre", line 18, in <module>
    from calibre.gui2.main import main
  File "/usr/lib64/calibre/calibre/gui2/main.py", line 18, in <module>
    from calibre.library.database2 import LibraryDatabase2
  File "/usr/lib64/calibre/calibre/library/database2.py", line 31, in <module>
    from calibre.customize.ui import run_plugins_on_import
  File "/usr/lib64/calibre/calibre/customize/ui.py", line 15, in <module>
    from calibre.customize.builtins import plugins as builtin_plugins
  File "/usr/lib64/calibre/calibre/customize/builtins.py", line 508, in <module>
    from calibre.ebooks.html.input import HTMLInput
  File "/usr/lib64/calibre/calibre/ebooks/html/input.py", line 21, in <module>
    from calibre.ebooks.chardet import detect_xml_encoding
ImportError: cannot import name detect_xml_encoding
Philantrop is offline   Reply With Quote