I am trying to execute the following code
from pytesser import * import Image i=\"C:/Documents and Settings/Administrator/Desktop/attachments/R1PNDTCB.jpg\"
Just add these two lines in your code
import OS
os.chdir('C:\Python27\Lib\site-packages\pytesser')
before
from pytesser import *