popen2.Popen3 doesn't work well for me

Steven Bethard steven.bethard at gmail.com
Wed Mar 9 16:04:56 EST 2005


alexrait1 wrote:
> It does but that's not what I want.  I need a class which I can query
> for process termination for instance...
> Is there a way to overcome this problem with Popen3?

If you're using Python 2.4 you should look into the subprocess module. 
I think these docs might be what you're looking for:

http://docs.python.org/lib/node235.html

STeVe



More information about the Python-list mailing list