Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17759 > unrolled thread

reading multiline output

Started byMac Smith <macsmith.us@gmail.com>
First post2011-12-23 06:03 +0530
Last post2011-12-23 06:03 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  reading multiline output Mac Smith <macsmith.us@gmail.com> - 2011-12-23 06:03 +0530

#17759 — reading multiline output

FromMac Smith <macsmith.us@gmail.com>
Date2011-12-23 06:03 +0530
Subjectreading multiline output
Message-ID<mailman.4005.1324600329.27778.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi,


I have started HandBrakeCLI using subprocess.popen but the output is multiline and not terminated with \n so i am not able to read it using readline() while the HandBrakeCLI is running. kindly suggest some alternative. i have attached the output in a file.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web