"Dave Angel" wrote in message news:mailman.354.1431345441.12865.python-l...@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.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to