Thread: pdf to txt
View Single Post
Old 05-24-2010, 07:54 AM   #1
conryf
Member
conryf began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Feb 2010
Device: none
pdf to txt

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)
conryf is offline   Reply With Quote