Feature Request: Reposition Execution

Skybuck Flying skybuck2000 at hotmail.com
Tue May 12 16:18:54 EDT 2015


"Dave Angel"  wrote in message 
news:mailman.354.1431345441.12865.python-list at python.org...

On 05/11/2015 07:46 AM, Skybuck Flying wrote:
> Hello,
>
> Sometimes it can be handy to "interrupt/reset/reposition" a running 
> script.
>
> For example something externally goes badly wrong.
>

"
os.kill()

then in your process, handle the exception, and do whatever you think is
worthwhile.
"

Thanks for suggestion, but I need a solution which can work in SikuliX as 
well.

Especially inside an observer handler that would be ideal.

So far os.kill() is not supported in SikuliX as far as I can tell.

Bye,
  Skybuck. 




More information about the Python-list mailing list