← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179493]: xlrd: accessing excel sheets

 

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.