output from external commands

James Colannino james at colannino.org
Mon Oct 24 01:27:05 EDT 2005


Mike Meyer wrote:

>This is a scripting language feature. Python doesn't have direct
>support for it, any more than C++ does. To get that functionality, you
>want to use either the os.popen function, or - preferable, but only
>available in newer Pythons - the subprocess module.
>  
>

Thanks.

James

-- 
My blog: http://www.crazydrclaw.com/
My homepage: http://james.colannino.org/





More information about the Python-list mailing list