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


Groups > comp.lang.python > #30412

How to get progress in python script.

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)

Show all headers | View raw


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 | NextNext in thread | Find similar | Unroll thread


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