Quote:
ValueError: Input file is the same as the output file
|
Are you sure you are using
Code:
ebook-convert file1.epub file2.epub
instead of
Code:
ebook-convert file1.epub file1.epub (same filename, I mean)
In Windows, cmd line converting file1.epub to file2.epub works as expected...
edit: oops, just saw this had already been resolved, after posting.