Question #680702 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680702
Status: Open => Answered
RaiMan proposed the following answer:
from sikuli import *
need not be in main script (done internally automatically)
but MUST be in EVERY imported script
BTW: with 1.1.4+
import testpad2
reload(testpad2)
from testpad2 import *
can be only:
from testpad2 import *
(the reload is done internally automatically)
--
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