I am trying to execute the following code
from pytesser import * import Image i=\"C:/Documents and Settings/Administrator/Desktop/attachments/R1PNDTCB.jpg\"
Try this first:
os.path.expanduser('~/Desktop/attachments/R1PNDTCB.jpg')
It could be that the space in the 'Documents and Settings' is causing this problem.
EDIT:
Use os.path.join so it uses the correct directory separator.
os.path.join