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 much the same things with Twisted's
reactor.spawnProcess().

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to