Question #179493 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179493
vinod kulkarni posted a new comment: Hi, Have got the below error :- [error] Stopped [error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 29-31: truncated \xXX Script used was:- dir_xlrd = "C:\Program Files\Sikuli X\lib\xlrd" if not dir_xlrd in sys.path: sys.path.append(dir_xlrd) import xlrd book = xlrd.open_workbook(r"D:\vinod\abc.xls") Please advise -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

