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/


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

Reply via email to