View Single Post
Old 01-05-2012, 05:54 AM   #1
Henry Flower
Member
Henry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-booksHenry Flower has learned how to read e-books
 
Posts: 16
Karma: 946
Join Date: Apr 2011
Device: Kindle
Calibre not launching on archlinux

I recently updated calibre on Arch to 0.3.88-1; trying to launch it, I now get an error:

Code:
Traceback (most recent call last):
  File "/usr/bin/calibre", line 18, in <module>
    from calibre.gui2.main import main
  File "/usr/lib/calibre/calibre/gui2/main.py", line 18, in <module>
    from calibre.library.database2 import LibraryDatabase2
  File "/usr/lib/calibre/calibre/library/database2.py", line 31, in <module>
    from calibre.customize.ui import run_plugins_on_import
  File "/usr/lib/calibre/calibre/customize/ui.py", line 15, in <module>
    from calibre.customize.builtins import plugins as builtin_plugins
  File "/usr/lib/calibre/calibre/customize/builtins.py", line 508, in <module>
    from calibre.ebooks.html.input import HTMLInput
  File "/usr/lib/calibre/calibre/ebooks/html/input.py", line 21, in <module>
    from calibre.ebooks.chardet import detect_xml_encoding
Any thoughts?

Last edited by Henry Flower; 01-05-2012 at 06:34 AM.
Henry Flower is offline   Reply With Quote