Re: Printing a "status " line from a python script

2008-11-12 Thread Alex VanderWoude
Chris Seymour wrote: I am working on a python script for my colleague that will walk a directory and search in the different files for a specific string. These pieces I am able to do. What my colleague wants is that when she runs the script the filename is replaced by the current file that is be

Re: Printing a "status " line from a python script

2008-11-11 Thread Chris Seymour
Thanks guys for the ideas. Appreciate the help. Cheers. Chris -- http://mail.python.org/mailman/listinfo/python-list

Re: Printing a "status " line from a python script

2008-11-11 Thread Chris Rebert
On Tue, Nov 11, 2008 at 11:02 AM, Chris Seymour <[EMAIL PROTECTED]> wrote: > Hi All, > I am working on a python script for my colleague that will walk a > directory and search in the different files for a specific string. > These pieces I am able to do. What my colleague wants is that when > she r

Re: Printing a "status " line from a python script

2008-11-11 Thread Steve Holden
Chris Seymour wrote: > Hi All, > I am working on a python script for my colleague that will walk a > directory and search in the different files for a specific string. > These pieces I am able to do. What my colleague wants is that when > she runs the script the filename is replaced by the current

Printing a "status " line from a python script

2008-11-11 Thread Chris Seymour
Hi All, I am working on a python script for my colleague that will walk a directory and search in the different files for a specific string. These pieces I am able to do. What my colleague wants is that when she runs the script the filename is replaced by the current file that is being processed.