← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #233667]: xlrd open workbook module not found

 

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

    Status: Answered => Open

mach81 is still having a problem:
I did the following

1) Created new folder Lib
2) Added the same to the system path

But when I try to run this script
import xlrd
workbook = xlrd.open_workbook('C:\my_workbook.xls')
print workbook.sheet_names()

I get this error
error] script [ ChkExcel ] stopped with error in line 3
[error] AttributeError ( 'module' object has no attribute 'open_workbook' )

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