|
I just DL'd Calibre for the first time last night. I converted a couple of docs, but I tried a PDF this morning and got what looks like a quoting error inside pdf2lrf. Looks like somewhere it's trying to run "C:\Program Files\..." and the filename isn't getting quoted.
pdf2lrf.exe "my book name.pdf"
Traceback (most recent call last):
File "convert_from.py", line 84, in <module>
File "convert_from.py", line 80, in main
File "convert_from.py", line 60, in process_file
File "convert_from.py", line 39, in generate_html
calibre.ebooks.ConversionError: 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
|