← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177503]: Passing data through excel sheet to sikuli(in MAC OS)

 

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

Alex Nilsson posted a new comment:
Just installed xlrd as described above, got the error:

NameError:  name 'buffer' is not defined

It seems that the built-in function "buffer" is not present, but since it's seldom used anyway, a workaround is to edit \Sikuli-IDE\Lib\xlrd\timemachine.py and add this to line 14:
buffer = str
After which xlrd works like a charm.

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