[Twisted-Python] subprocess.Popen

Tim Allen screwtape at froup.com
Tue Dec 15 00:26:19 EST 2009


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().



More information about the Twisted-Python mailing list