sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37626
Re: [Question #290844]: Problem with (cross) importing user-defined functions
Question #290844 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/290844
Status: Needs information => Answered
Karl proposed the following answer:
secondary.py need to have from sikuli import * because it is not run with the IDE which automatically loads sikuli commands.
click(START_BUTTON) needs to be indented
Lastly, STARTBUTTON is not START_BUTTON (you added an underscore).
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.