Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61625 > unrolled thread
| Started by | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| First post | 2013-12-11 15:10 -0800 |
| Last post | 2013-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.
Re: Tracking the status of python script execution Dan Stromberg <drsalists@gmail.com> - 2013-12-11 15:10 -0800
| From | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| Date | 2013-12-11 15:10 -0800 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web