sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07064
Re: [Question #179493]: Reading from Excel
Question #179493 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/179493
Status: Answered => Open
Venkata Sandeepu Lade is still having a problem:
Hi Raiman,
Thanks for responding patiently.
Here is the Steps I have done
1. Downloaded the zip file to D:\sikluli
2. Extracted to D:\sikluli\xlrd-0.7.1
3.Here is the lines of code which I have written
dir_xlrd = "D:\\sikluli\\xlrd-0.7.1\\xlrd"
if not dir_xlrd in sys.path: sys.path.append(dir_xlrd)
import xlrd
4. Ran the script
Result:
File "C:\DOCUME~1\VENKAT~1.LAD\LOCALS~1\Temp\sikuli-tmp3767746036980107420.py", line 3, in
import xlrd
ImportError: No module named xlrd
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.