[Tutor] how to get response from os.system()

Luke Paireepinart rabidpoobear at gmail.com
Sun Mar 16 23:12:08 CET 2008


linuxian iandsd wrote:
> use os.popen("your cmd here")
This is deprecated in 2.5+, you're supposed to use subprocess module now.


More information about the Tutor mailing list