Popen and reading stdout in windows

Grant Edwards invalid at invalid.invalid
Mon Jun 10 15:29:42 EDT 2013


On 2013-06-10, Joseph L. Casale <jcasale at activenetwerx.com> wrote:

> I have a use where writing an interim file is not convenient and I
> was hoping to iterate through maybe 100k lines of output by a process
> as its generated or roughly anyways.
>
> Seems to be a common question on ST, and more easily solved in Linux.
> Anyone currently doing this with Python 2.7 in windows and can share
> some guidance?

http://docs.python.org/2/library/subprocess.html

-- 
Grant Edwards               grant.b.edwards        Yow! All of life is a blur
                                  at               of Republicans and meat!
                              gmail.com            



More information about the Python-list mailing list