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>




-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to