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


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

Re: Tracking the status of python script execution

Started byDan Stromberg <drsalists@gmail.com>
First post2013-12-11 15:10 -0800
Last post2013-12-11 15:10 -0800
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

  Re: Tracking the status of python script execution Dan Stromberg <drsalists@gmail.com> - 2013-12-11 15:10 -0800

#61625 — Re: Tracking the status of python script execution

FromDan Stromberg <drsalists@gmail.com>
Date2013-12-11 15:10 -0800
SubjectRe: Tracking the status of python script execution
Message-ID<mailman.3938.1386803451.18130.python-list@python.org>

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

Long ago, I saw a C program that took another C program as input.  It would
output a copy of the original C program, interspersed with fprintf's that
would display the text of the line current being executed.

You might write something similar for Python, perhaps outputting the line
being executed and/or the line number.  You could have it open a file in
/tmp or something.

[toc] | [standalone]


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


csiph-web