How to use subprocess

Fredrik Lundh fredrik at pythonware.com
Wed Mar 23 02:12:58 EST 2005


Dennis Lee Bieber wrote:

> Pardon the question, but which version of Python /has/ a
> "subprocess" module? Is it new with 2.4?

yes.

for earlier versions, you can get a pure-Python Unix implementation
here:

    http://www.lysator.liu.se/~astrand/popen5/

and a windows installer here:

    http://effbot.org/downloads/#subprocess

</F>







More information about the Python-list mailing list