use subprocess module from subprocess import call call(['cmd', 'arg1', 'arg2'], stdin='...', stdout='...') eg: call(['ls', '-l'])
-- http://mail.python.org/mailman/listinfo/python-list
use subprocess module from subprocess import call call(['cmd', 'arg1', 'arg2'], stdin='...', stdout='...') eg: call(['ls', '-l'])
-- http://mail.python.org/mailman/listinfo/python-list