Quote:
Originally Posted by capink
Yes. The clue is right there. I don't know why your system does not have ebook-convert, while having calibre installed.
Edit: Now the I think about it maybe Windows use a different name for the command line tools e.g. ebook-convert.exe. Maybe someone can confirm this. If so, I can modify the first chain which is better than the second IMO.
|
Here's what's in the Windows default install location
Code:
directories
C:\Program Files\Calibre2\app
files
C:\Program Files\Calibre2\calibre-complete.exe
C:\Program Files\Calibre2\calibre-customize.exe
C:\Program Files\Calibre2\calibre-debug.exe
C:\Program Files\Calibre2\calibre-parallel.exe
C:\Program Files\Calibre2\calibre-server.exe
C:\Program Files\Calibre2\calibre-smtp.exe
C:\Program Files\Calibre2\calibre.exe
C:\Program Files\Calibre2\calibredb.exe
C:\Program Files\Calibre2\ebook-convert.exe
C:\Program Files\Calibre2\ebook-device.exe
C:\Program Files\Calibre2\ebook-edit.exe
C:\Program Files\Calibre2\ebook-meta.exe
C:\Program Files\Calibre2\ebook-polish.exe
C:\Program Files\Calibre2\ebook-viewer.exe
C:\Program Files\Calibre2\fetch-ebook-metadata.exe
C:\Program Files\Calibre2\LICENSE
C:\Program Files\Calibre2\lrf2lrs.exe
C:\Program Files\Calibre2\lrfviewer.exe
C:\Program Files\Calibre2\lrs2lrf.exe
C:\Program Files\Calibre2\markdown-calibre.exe
C:\Program Files\Calibre2\web2disk.exe
And I still doubt that the path in the FileNotFoundError is 'real' - unless someone/something has created it manually i.e.
- a directory named XXXXXXXXX at he root of the C: drive,
- within that a directory named AppData,
- within that a directory named Local,
- within that a directory named Temp
OR
- a Symbolic Link named XXXXXXXX at the root of C: that references a directory within the Windows created C:\Users directory.
To me at least, they both seem unlikely.
BR