Question #265248 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265248
Status: Needs information => Open
David Scheele gave more information on the question:
Its 2015-04-07_01:00nightly
I solved my problem by going:
r = self.returnMenuColumn()
for icon in OEIconList:
rPattern = Pattern(icon).exact()
matches = r.findAll(rPattern) if r.exists(rPattern, 0) else ()
which gives me correct matches.
But the problem still previals. It's a weird occurence
--
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