← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179493]: Reading from Excel

 

Question #179493 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/179493

Venkata Sandeepu Lade gave more information on the question:
Hi,
I have changed my script as below 

dir_xlrd = "D:\\sikluli\\python\\Lib\\site-packages\\xlrd"
if not dir_xlrd in sys.path: sys.path.append(dir_xlrd)
import xlrd
( This XLRD is directory is when I installeds the .exe)
Now I am getting ImportError: No module named xlrd
-----------------------------
dir_xlrd = "D:\\sikluli\\xlrd0.7.1\\xlrd"
if not dir_xlrd in sys.path: sys.path.append(dir_xlrd)
import xlrd
book = xlrd.open_workbook("D:\sikluli\myfile.xls")
( This XLRD is directory is when I just unzipped the folder)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.