Question #668789 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/668789
Status: Open => Answered
masuo proposed the following answer:
mlist = []
for matches in result:
mxy = []
mxy.append(matches.getX())
mxy.append(matches.getY())
mlist.append(mxy)
#---example when you want to use mlist---
print mlist[0][0],mlist[0][1]
--
You received this question notification because your team Sikuli Drivers
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