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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp