Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47587
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Subject | Popen and reading stdout in windows |
| Date | 2013-06-10 18:37 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2977.1370889521.3114.python-list@python.org> (permalink) |
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? Thanks! jlc
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Popen and reading stdout in windows "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-06-10 18:37 +0000 Re: Popen and reading stdout in windows Grant Edwards <invalid@invalid.invalid> - 2013-06-10 19:29 +0000
csiph-web