Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-28 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-27 Thread obiwan-92
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 obiwan-92 requested more information: Hello, Python like Java works with exception. try: # Your code except : # Your action where there is some problem. Regards -- You received this question

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-24 Thread RaiMan
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Open = Answered RaiMan proposed the following answer: Currently there is no exit-handler, that one could use for the case, that the script terminates for whatever reason. But might be a good

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-24 Thread RaiMan
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Linked to bug: #1272211 https://bugs.launchpad.net/bugs/1272211 [request] want an exit handler for running scripts, that is executed if the script terminates for whatever reason -- You

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-24 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Test posted a new comment: Ok, thanks for your help. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
New question #242642 on Sikuli: https://answers.launchpad.net/sikuli/+question/242642 Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops running. And it needs to be for

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Description changed to: Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Description changed to: Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread RaiMan
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Open = Answered RaiMan proposed the following answer: using version 1.0.1 (which has user logging including timestamp) ?? generally: - to catch FindFailed you have to use try/except. handling

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Answered = Open Test is still having a problem: So there is no way to have a one-time detection of the program being terminated (regardless of the reason)? -- You received this question

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Test posted a new comment: So there is no way to have a one-time detection of the program being terminated (regardless of the reason)? -- You received this question notification because you are a member of