Quote:
Originally Posted by davidfor
That error is exactly the same error you saw with the conversion. As you were using the extended driver, it was doing the work of changing the epub to a kepub. The driver and kepub output plugin share code, and the error occurred in exactly the same line.
|
That has been my suspicion.
Quote:
To test if this is the temporary directory, open a command prompt and do the following:
Code:
SET CALIBRE_TEMP_DIR=C:\TEMP
calibre-debug -g
You will need to create the directory or change it to one that already exists. The seconds command runs calibre in debug mode. You can then try the conversion and see what happens.
|
Isn't this what I have done, following jgoguen's instructions from#205, by using Calibre's "restart in debug mode" option?