[pyar] Ejecutar comandos
Facundo Batista
facundobatista en gmail.com
Lun Nov 7 06:36:44 ART 2011
2011/11/6 Claudio Freire <klaussfreire en gmail.com>:
> En síntesis: os.system, sencillo pero limitado, subprocess.Popen,
> completo pero complejo. Elegí según tus necesidades.
No olviden a subprocess.call(), .check_call(), y el nuevo .check_output().
http://docs.python.org/library/subprocess.html#using-the-subprocess-module
Slds.
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the pyar
mailing list