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

aorior posted a new comment:
An other script with the same problem:
i=0
for image in findAll(image.bmp)
      if i==0:
            image1=image
            continue
      else:
            image2=image
            break
compare(image1,image2)

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