'piping' output

Paul Rubin http
Mon Dec 15 21:48:51 EST 2003


Steve <nospam at nopes> writes:
> 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

Use the C library "popen" function.




More information about the Python-list mailing list