sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10405
[Question #195981]: Error observed when executing Import XLRD
New question #195981 on Sikuli:
https://answers.launchpad.net/sikuli/+question/195981
Hi,
I have followed other questions about the excel in the forum and placed the XLRD into the Lib folder in installed program files path.
Below is the script..
import xlrd
book = xlrd.open_workbook(r"c:\defects.xls")
sheet = book.sheet_by_index(0)
-----------------------------------------------------------------------------
[error] Stopped
[error] An error occurs at line 1
[error] Error message: SyntaxError: ('mismatched character \'\\n\' expecting \'"\'', ('', 1, 17, 'addModPath("C:\\")\n'))
Am I missing any references ...
Thanks
Vijay
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.