View Single Post
Old 06-14-2008, 05:42 PM   #40
physdude
Junior Member
physdude began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2008
Location: Kuala Lumpur, MY
Device: Kindle DXG, Kindle PW2
Weird, possibly trivial error on ubuntu

Please help, my first post here

I am having the following error when running pdfread (I have no experience programming python, only C, so not sure what is going on here) :

Quote:
physdude@windbag 16:36:25 ~/ebooks $python ./pdfread.py -p prs500 -i pdf -f lrf -o Finance/Mathematical\ Economics\ and\ Finance.lrf Finance/Mathematical\ Economics\ and\ Finance.pdf
Traceback (most recent call last):
File "./pdfread.py", line 29, in <module>
from process import *
ImportError: No module named process
All the .py files are in that directory and all the packages mentioned in the installation have been installed (pngnq unpaper etc.)

Quote:
physdude@windbag 16:37:08 ~/ebooks $ ls *.py
common.py input.py@ output.py@ pdfread.py@ setup.py@
in advance!
physdude is offline   Reply With Quote