View Single Post
Old 08-20-2009, 10:44 PM   #291
sidgalt
Junior Member
sidgalt began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2009
Device: kindle dx
Hey,
I'm trying to install pdfread on osx 10.5 with python 2.5.4. I have installed the necessary libraries. I'm getting the error

Code:
Traceback (most recent call last):
  File "pdfread.py", line 29, in <module>
    from process import *
ImportError: No module named process
My files are named correctly -
Code:
common.py	common.pyc	input.py	l18.pdf		output.py	pdfread-gui.ini	pdfread-gui.nsi	pdfread.py	setup.py
Does someone know what's going on?
Thanks
sidgalt is offline   Reply With Quote