Also Popen objects have pid attribute if you need it. And also they have 
methods like terminate or kill. If you want to terminate background process 
on closing Leo, then you need to register handler on 'end1' event which 
should call proc.terminate() on the process you have created with 
subprocess.Popen.
Vitalije

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/a13d3534-dc89-46ed-9ef7-abecf97255f4%40googlegroups.com.

Reply via email to