[Twisted-Python] subprocess.Popen

Tim Allen screwtape at froup.com
Mon Dec 14 22:26:19 MST 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