'piping' output

Steve nospam at nopes
Mon Dec 15 21:47:17 EST 2003



Steve wrote:
> Hi,
> 
> I want to know if I can 'pipe' output from a program into a python 
> script. Is that possible? I need to pipe some output at runtime from a 
> program written in C and I want to parse it/use it in a python script. 
> I'm new so please bear with me. thanks
> 
> 
> Steve
> 

Just figured it out using popen2() :)

Steve





More information about the Python-list mailing list