Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 06-26-2011, 12:05 PM   #1
sdtbluethink
Junior Member
sdtbluethink began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Oyo
Calibre could not convert cbr to epub

Hello,

I had to reinstall calibre. But now I can't convert documents.

Code:
calibre, version 0.8.7
ERROR: Konvertierungsfehler: <b>Misslungen</b>: Konvertiere Buch 1 von 1 (Bleach Band 12 ENG)

Konvertiere Buch 1 von 1 (Bleach Band 12 ENG)
Resolved conversion options
calibre version: 0.8.7
{'asciiize': False,
 'author_sort': None,
 'authors': None,
 'base_font_size': 0.0,
 'book_producer': None,
 'change_justification': 'left',
 'chapter': None,
 'chapter_mark': u'pagebreak',
 'colors': 256,
 'comic_image_size': None,
 'comments': None,
 'cover': None,
 'debug_pipeline': None,
 'dehyphenate': True,
 'delete_blank_paragraphs': True,
 'despeckle': False,
 'disable_font_rescaling': True,
 'disable_trim': False,
 'dont_add_comic_pages_to_toc': False,
 'dont_grayscale': False,
 'dont_normalize': False,
 'dont_sharpen': False,
 'dont_split_on_page_breaks': False,
 'enable_heuristics': False,
 'epub_flatten': False,
 'extra_css': None,
 'extract_to': None,
 'fix_indents': True,
 'flow_size': 260,
 'font_size_mapping': None,
 'format_scene_breaks': True,
 'html_unwrap_factor': 0.4,
 'input_encoding': None,
 'input_profile': <calibre.customize.profiles.InputProfile object at 0x9e51e0c>,
 'insert_blank_line': False,
 'insert_metadata': False,
 'isbn': None,
 'italicize_common_cases': True,
 'keep_aspect_ratio': False,
 'keep_ligatures': False,
 'landscape': False,
 'language': None,
 'level1_toc': None,
 'level2_toc': None,
 'level3_toc': None,
 'line_height': 0.0,
 'linearize_tables': False,
 'margin_bottom': 0,
 'margin_left': 0,
 'margin_right': 0,
 'margin_top': 0,
 'markup_chapter_headings': True,
 'max_toc_links': 50,
 'minimum_line_height': 120.0,
 'no_chapters_in_toc': False,
 'no_default_epub_cover': False,
 'no_inline_navbars': False,
 'no_process': False,
 'no_sort': False,
 'no_svg_cover': False,
 'output_format': u'png',
 'output_profile': <calibre.customize.profiles.GenericEink object at 0x9e5642c>,
 'page_breaks_before': None,
 'prefer_metadata_cover': False,
 'preserve_cover_aspect_ratio': False,
 'pretty_print': True,
 'pubdate': None,
 'publisher': None,
 'rating': None,
 'read_metadata_from_opf': u'/tmp/calibre_0.8.7_tmp_hRzaS_/calibre_0.8.7_9LxLdA.opf',
 'remove_fake_margins': True,
 'remove_first_image': False,
 'remove_paragraph_spacing': False,
 'remove_paragraph_spacing_indent_size': 1.5,
 'renumber_headings': True,
 'replace_scene_breaks': u'',
 'right2left': False,
 'series': None,
 'series_index': None,
 'smarten_punctuation': False,
 'sr1_replace': None,
 'sr1_search': None,
 'sr2_replace': None,
 'sr2_search': None,
 'sr3_replace': None,
 'sr3_search': None,
 'tags': None,
 'timestamp': None,
 'title': None,
 'title_sort': None,
 'toc_filter': None,
 'toc_threshold': 6,
 'unwrap_lines': True,
 'use_auto_toc': False,
 'verbose': 2,
 'wide': False}
InputFormatPlugin: Comic Input running
on /tmp/calibre_0.8.7_tmp_hRzaS_/calibre_0.8.7_64RC72.cbr
Traceback (most recent call last):
  File "/usr/bin/calibre-parallel", line 19, in <module>
    sys.exit(main())
  File "/usr/lib/calibre/calibre/utils/ipc/worker.py", line 181, in main
    result = func(*args, **kwargs)
  File "/usr/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_override
    override_input_metadata=True)
  File "/usr/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
    plumber.run()
  File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 922, in run
    accelerators, tdir)
  File "/usr/lib/calibre/calibre/customize/conversion.py", line 204, in __call__
    log, accelerators)
  File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 432, in convert
    pages = self.get_pages(fname, cdir)
  File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 381, in get_pages
    tdir  = extract_comic(comic)
  File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 29, in extract_comic
    extract(path_to_comic_file, tdir)
  File "/usr/lib/calibre/calibre/__init__.py", line 250, in extract
    from calibre.libunrar import extract as rarextract
  File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
    _libunrar = load_library(_librar_name, cdll)
  File "/usr/lib/calibre/calibre/__init__.py", line 235, in load_library
    return cdll.LoadLibrary(name+'.so')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 431, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libunrar.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Anyone have an idea?
sdtbluethink is offline   Reply With Quote
Old 06-26-2011, 01:23 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,839
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Do not use the distro version of calibre. Use the official binary from here: http://calibre-ebook.com/download_linux
kovidgoyal is offline   Reply With Quote
Advert
Old 06-26-2011, 04:30 PM   #3
sdtbluethink
Junior Member
sdtbluethink began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Oyo
hey, thank you, I'am using the latest version from here
https://launchpad.net/~n-muench/+archive/calibre
(ppa:n-muench/calibre) at Ubuntu 11.04 Natty
it working great at an other computer, but not at me with same configuration :/
I hope Calibre will offer an own ppa for Ubuntu
sdtbluethink is offline   Reply With Quote
Old 06-26-2011, 04:39 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,778
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by sdtbluethink View Post
hey, thank you, I'am using the latest version from here
https://launchpad.net/~n-muench/+archive/calibre
(ppa:n-muench/calibre) at Ubuntu 11.04 Natty
it working great at an other computer, but not at me with same configuration :/
I hope Calibre will offer an own ppa for Ubuntu
I just created a Launcher with the commandline install. 1 click, 1 password and a Enter
theducks is offline   Reply With Quote
Old 07-01-2011, 05:38 AM   #5
sdtbluethink
Junior Member
sdtbluethink began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Oyo
Thank you, yesterday switched back the official package and now all working great
But I will miss the auto update with ppa

sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
sdtbluethink is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CBR convert to EPUB failing. skullmonger Conversion 1 02-08-2011 09:33 AM
cannot convert cbr for nook color amamet Calibre 0 12-20-2010 12:55 PM
How to convert .cbr to .epub/.lrf for PRS-600 with best rerult DaddyDough Calibre 0 12-18-2009 11:22 AM
Convert cbr 2 pdf jæd iRex 1 02-13-2009 01:40 AM
unable to convert .cbr files in calibre bchenry82 Introduce Yourself 4 11-14-2008 01:31 PM


All times are GMT -4. The time now is 07:29 PM.


MobileRead.com is a privately owned, operated and funded community.