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

    Status: Answered => Open

alex is still having a problem:
I intend it to run endlessly. I run this script in sikuli x and run it
from sikuli so i always use cmd shift c to stop it.  This is fine for my
uses unless there is a benefit to making it into an exe. However since I
am constantly updating my script and making changes i probably won't
finalize it into an exe until I'm done making changes.

---comment 2

i understand that when leave() is done running it will continue to the
next line in main but the reason i am calling it again is so that it
will start with the first line in main. Is there any way to do this?

---comment 3

using the retVal  could probably add an if statement like the following

if retVal = 10:
     main()
else
     continue with program

while this would probably accomplish the same thing i feel like its
unnecessary and there might be a simpler way.

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