On Mar 17, 2007, at 8:28 PM, [EMAIL PROTECTED] wrote: > Hi, > > I use os.system() to execute a system command in python. > Can you please tell me how can I parse (in python) the output of the > os.system() ? > > Thank you.
Sounds like you want os.popen, not os.system. http://docs.python.org/lib/module-popen2.html Dave -- http://mail.python.org/mailman/listinfo/python-list