Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30412
| Date | 2012-09-28 12:26 -0400 |
|---|---|
| From | Rolando Cañer Roblejo <rolando.caner@gmail.com> |
| Subject | How to get progress in python script. |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1571.1348849432.27098.python-list@python.org> (permalink) |
Hi all, Please, I need you suggest me a way to get statistics about a progress of my python script. My python script could take a lot of time processing a file, so I need a way that an external program check the progress of the script. My first idea was that the python script write a temp file showing the progress and the external program can check that file, but I think might happen file read/write locking issues. Thanks.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
How to get progress in python script. Rolando Cañer Roblejo <rolando.caner@gmail.com> - 2012-09-28 12:26 -0400 Re: How to get progress in python script. John Gordon <gordon@panix.com> - 2012-09-28 16:36 +0000 Re: How to get progress in python script. "Colin J. Williams" <cjw@ncf.ca> - 2012-09-29 22:10 -0400
csiph-web