Ok now the conversione with the GUI of calibre work, but if i try to do a conversion via MSDOS (I use windows versione of Calibre on Windows 7 SO) trought the command:
ebook-convert.exe myRecipe.recipe converted.mobi
program gives me this error:
1% Conversione dell'input in HTML...
InputFormatPlugin: Recipe Input running
Python function terminated unexpectedly
'utf8' codec can't decode byte 0xe0 in position 1766: invalid continuation byt
e (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\ebooks\conversion\cli.py", line 278, in main
File "site-packages\calibre\ebooks\conversion\plumber.py", line 897, in run
File "site-packages\calibre\customize\conversion.py", line 204, in __call__
File "site-packages\calibre\web\feeds\input.py", line 68, in convert
File "site-packages\calibre\web\feeds\recipes\__init__.py", line 35, in compil
e_recipe
File "encodings\utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe0 in position 1766: invali
d continuation byte
and the conversion is stopped..
It's seem like that encoding rule 'cp1252' in recipe breaks something in ebook-convert.exe command.
Coul you help me please?
Carlo
|