I am trying to execute the following code
from pytesser import * import Image i=\"C:/Documents and Settings/Administrator/Desktop/attachments/R1PNDTCB.jpg\"
your image path maybe?
i="C:\\Documents and Settings\\Administrator\\Desktop\\attachments\\R1PNDTCB.jpg"
try this:
import os os.path.join("C:\\", "Documents and Settings", "Administrator")
you should get a string similar to the one in the previous line