Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-21 Thread masuo
Question #273986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273986

masuo requested more information:
When  you  type  [alt + shift + c], the script does not stop?
If so, try to add exit() in block 'except:'  .
I might don't understand the issue .

while True:
try:
#code goes here
except:
X = 1
exit()   # add here

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-18 Thread Eugene S
Question #273986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273986

Status: Open => Answered

Eugene S proposed the following answer:
Tried Ctrl+C?

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-10 Thread Ben
Question #273986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273986

Status: Needs information => Open

Ben gave more information on the question:
while True:
Try:
#code goes here
Except:
X=1
On Tue, 10 Nov 2015 at 02:22, Eugene S 
wrote:

> Your question #273986 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/273986
>
> Status: Open => Needs information
>
> Eugene S requested more information:
> Can you post the code?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/sikuli/+question/273986
>
> You received this question notification because you asked the question.
>

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-09 Thread Eugene S
Question #273986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273986

Status: Open => Needs information

Eugene S requested more information:
Can you post the code?

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp