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

    Status: Open => Answered

RaiMan proposed the following answer:
f = 
open("C:\\Users\\caan\\Documents\\SikuliTests\\SikuliTest.sikuli\\input.csv") # 
r = read is default
for line in f.readlines():
   print line.strip()

BTW. for this thera are tons of questions and examples around her and in
the net.

*** Im new to Sikuli 
this is of course one aspect, but the challenge for more complex things (like 
reading from a file and evaluating the lines into processable items) you have 
to learn some Python

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