Thanks! I think that is just what I need:
http://twistedmatrix.com/documents/current/core/howto/process.html
On Tue, Dec 15, 2009 at 3:26 AM, Tim Allen wrote:
> On Tue, Dec 15, 2009 at 02:32:40AM -0200, Aníbal Pacheco wrote:
>> Is it possible to attach a callback to a process launched using
>> su
On Tue, Dec 15, 2009 at 02:32:40AM -0200, Aníbal Pacheco wrote:
> Is it possible to attach a callback to a process launched using
> subprocess.Popen?, I want to receive a notification on process
> termination.
I don't believe Twisted has any special support for subprocess.Popen,
but you can do muc