Quote:
Originally Posted by lizzie1170
I know that I insist too much, but the result is already very close. I run the code in debug mode.
Code:
"ebook-convert" is not recognized as an internal or external command, operable program or batch file.
Traceback (most recent call last):
File "calibre_plugins.action_chains.chains", line 182, in _run_loop
File "calibre_plugins.action_chains.actions.code", line 130, in run
File "module", line 46, in run
File "module", line 20, in tags_from_epub
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\XXXXXXXX\\AppData\\Local\\Temp\\tmpocxcipyw\\temp.txt'
Perhaps there may be a clue here.
|
Perhaps it's in plain sight: whatever is creating that file path I've highlighted isn't conformant with where the Windows Temp folder is normally located. The default location is C:
\Users\<username>\AppData\Local\Temp where <username> is the Windows login name (e.g. Joe Blow, Jane Doe, etc).
BR