← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #247422]: How To Resolve "cannot open system clipboard" error

 

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.