Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47587
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jcasale@activenetwerx.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'output': 0.05; 'interim': 0.09; 'iterate': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'received:172.18.0': 0.16; 'subject:windows': 0.16; 'seems': 0.21; 'to:name:python-list@python.org': 0.22; 'convenient': 0.24; 'question': 0.24; 'lines': 0.31; 'linux.': 0.31; 'anyone': 0.31; 'file': 0.32; 'thanks!': 0.32; 'maybe': 0.34; 'common': 0.35; 'doing': 0.36; 'charset:us-ascii': 0.36; 'easily': 0.37; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:unknown': 0.61; 'more': 0.64; 'hoping': 0.75 |
| X-Cloudmark-SP-Filtered | true |
| X-Cloudmark-SP-Result | v=1.1 cv=YS95TUGYX+MRkNY/meip+CxRTyy2F4x7QGJ4HWfgHsg= c=1 sm=1 a=CRTDazI5n6YA:10 a=rZU7oQc0gXYA:10 a=7PYXob_7ZXMA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=oNw28mxuUhXRB3mVwYQ4Ag==:17 a=bTRIeyX7ggpAbpNTSCYA:9 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 |
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
| To | "python-list@python.org" <python-list@python.org> |
| Subject | Popen and reading stdout in windows |
| Thread-Topic | Popen and reading stdout in windows |
| Thread-Index | AQHOZgmJhYRpjOYhMUGEiSf6dwyK9w== |
| Date | Mon, 10 Jun 2013 18:37:29 +0000 |
| Accept-Language | en-US |
| Content-Language | en-US |
| X-MS-Has-Attach | |
| X-MS-TNEF-Correlator | |
| x-originating-ip | [172.18.0.200] |
| Content-Type | text/plain; charset="us-ascii" |
| Content-Transfer-Encoding | quoted-printable |
| MIME-Version | 1.0 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2977.1370889521.3114.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370889521 news.xs4all.nl 15939 [2001:888:2000:d::a6]:41327 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:47587 |
Show key headers only | View raw
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