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

    Status: Open => Solved

RaiMan changed the question status:
this

r = sikuli.Region.create(1 , 35,500,500)

has to be

r = Region(1 , 35,500,500)

... since using Region.create() is reserved for the usage on the Java
level (does not create a Jython Region, that understands observe()
correctly).

---------------------------------------
Ryan: that did the trick

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