Tracking the status of python script execution

Dan Stromberg drsalists at gmail.com
Wed Dec 11 18:10:49 EST 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20131211/76647c1f/attachment.html>


More information about the Python-list mailing list