Getting the output from a console command while it's been generated!

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Jan 29 23:43:13 EST 2007


En Sun, 28 Jan 2007 23:54:03 -0300, Raúl Gómez C. <nachogomez at gmail.com>  
escribió:

> I can't use the subprocess module because my app needs to be compatible  
> with
> Python 2.3 so, is there another approach to this problem???

Any variant of popen; see the popen2 module (but read the last notes on  
flow control issues).

-- 
Gabriel Genellina




More information about the Python-list mailing list