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

RaiMan posted a new comment:
Since Python/Jython is an interpreting language, you can create strings
of valid code at runtime and

eval: let the python expression be evaluated and get the result

exec: just run the given string as python code in the current context
(global variables)

all the best

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

Reply via email to