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

rob posted a new comment:
i think he means try something like -
for line in open('path-to-your-file.csv'):
  print line

i was getting the same error using Env.getClipboard() to read html using
view source. so i started saving the source as text files and then using
open. it works well enough.

-- 
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

Reply via email to