View Single Post
Old 12-12-2014, 04:34 PM   #61
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,168
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Remember, for Kobo format you also need Mariissa installed.

Also no need to install python if you have calibre installed. From the command line just use calibre-debug.
Quote:
You can also use calibre-debug.exe to run standalone scripts. To do that use it like this:

calibre-debug.exe myscript.py -- --option1 --option2 file1 file2 ...

Everything after the -- is passed to the script.

Whenever you pass arguments to calibre-debug.exe that have spaces in them, enclose the arguments in quotation marks. For example "C:\some path with spaces"
ie
Code:
calibre-debug penelope.py -- -p fr-tr -f fr -t tr --output-kobo
PeterT is offline   Reply With Quote