Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61609
| Date | 2013-12-11 14:26 -0500 |
|---|---|
| Subject | Tracking the status of python script execution |
| From | Shyam Parimal Katti <spk265@nyu.edu> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3923.1386789984.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hello All, I am looking for a library that can help me trace the status of a live python script execution. i.e if I have a python script `x.py` with 200 lines, when I execute the script with `python x.py`, is there a way to trace the status of this execution in terms of number of lines executed so far? Background: We have a Web page with "Run" button that executes the program `x.py` when a user clicks it. We were looking of a way to keep the user informed about the status of run by using: (no. of lines executed/total lines) *100. Since the script `x.py` is running multiple sql queries, it usually won't be the case that the script would complete within few seconds of its execution. Regards
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Tracking the status of python script execution Shyam Parimal Katti <spk265@nyu.edu> - 2013-12-11 14:26 -0500
csiph-web