View Single Post
Old 02-21-2014, 01:05 PM   #4
snipe2004
Junior Member
snipe2004 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2013
Device: Pc - Linux - Calibre
Hi and thanks for your help.

Quote:
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/customize/ui.py", line 334, in get_file_type_metadata
mi = plugin.get_metadata(stream, ftype.lower().strip())
File "/usr/lib/calibre/calibre/customize/builtins.py", line 153, in get_metadata
ret = extract_first(stream)
File "/usr/lib/calibre/calibre/utils/unrar.py", line 187, in extract_first_alphabetically
names_ = [x for x in names(stream) if os.path.splitext(x)[1][1:].lower() in
File "/usr/lib/calibre/calibre/utils/unrar.py", line 154, in names
f = RARFile(stream)
File "/usr/lib/calibre/calibre/utils/unrar.py", line 92, in RARFile
%err)
RuntimeError: Failed to load unrar module with error: No module named unrar
But unrar is there... If I do a :
Quote:
unrar e file.cbr
, I got all the jpg...
snipe2004 is offline   Reply With Quote