I am trying to install pdfminer. I get this error when using the command %python setup.py install
error: could not create '/usr/local/lib/python2.4/site-packages/pyPdf':
Permission denied
So i tried:
python2.4 setup.py install --home=$HOME/lib/python2.4
Now when i try pdf2txt.py -o output.html samples/simple1.pdf I get another error:
from pdfminer.pdfparser import PDFDocument, PDFParser
ImportError: No module named pdfminer.pdfparser
Any help would be appreciated.