odf to txt terminates with the following error:
Code:
Traceback (most recent call last):
File "/usr/bin/ebook-convert", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 254, in main
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 778, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 211, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/ebooks/pdf/input.py", line 50, in convert
pdftohtml(os.getcwd(), stream.name, options.no_images)
File "/usr/lib/calibre/calibre/ebooks/pdf/pdftohtml.py", line 55, in pdftohtml
raise ConversionError(_('Could not find pdftohtml, check it is in your PATH'))
calibre.ebooks.ConversionError: Could not find pdftohtml, check it is in your PATH
Where can I find the PATH? /usr/lib/calibre/calibre/ebooks/pdf/pdftohtml.py looks fine to me (but I don't know python)