Tony Cappellini wrote:
> That would be ideal- but I'm using 2.4 now, and the people using the app 
> would also have to upgrade to 2.5.
> I don't like upgrading unless there's a pressing need.

subprocess was added in Python 2.4. Older Python versions have similar 
functionality in os.popen* and popen2.

Kent

> On 1/30/07, *Danny Yoo* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>     It sounds like the subprocess module might be very useful here:
> 
>          http://www.python.org/doc/lib/node529.html

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to