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


Groups > comp.lang.python > #61625

Re: Tracking the status of python script execution

References <CALVX-oZ6Z-36zc4YSA995D+-+UC1j3Aiw9-7f8EAhcp=XRsfkg@mail.gmail.com>
Date 2013-12-11 15:10 -0800
Subject Re: Tracking the status of python script execution
From Dan Stromberg <drsalists@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3938.1386803451.18130.python-list@python.org> (permalink)

Show all headers | View raw


[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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web