Question #177503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177503
RaiMan proposed the following answer: *** recommended use of module xlrd on Windows This eliminates the need, to manipulate sys.path --- in program folder Sikuli X create a folder Lib --- copy the xlrd folder contained in the downloaded zip to this folder .... \Sikuli X\Lib --- in each Sikuli script, where you want to use xlrd, put an import xlrd at the beginning --- use raw strings r"file-path" or double the backslashes in file name strings For the usage of xlrd look into the docs, that are contained in the xlrd folder. -- 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

