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

    Status: Answered => Open

tjonnyc is still having a problem:
Thank you for the answer.
However, it's not working out.

var_name = myRegion.text()

Fails with "NameError: name 'myRegion' is not defined"

If I change it from myRegion to Region, I get the following:

var_name = Region.text()

Fails with "TypeError: text(): expected 1 args; got 0"

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