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:

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.

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

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-driver] [Question #273986]: Script won't stop

2015-11-09 Thread Ben
New question #273986 on Sikuli: https://answers.launchpad.net/sikuli/+question/273986 I am using a while True and Except script which i think is interfering when i try stop the script from executing. When i press alt shift c it stops briefly but then tries to carry on. How can I stop this as