Re: [Tutor] log parsing

2005-11-30 Thread Will Harris
Cool, thanks Kent.On 11/29/05, Kent Johnson <[EMAIL PROTECTED]> wrote: Will Harris wrote:> I am trying to work out doing a bit of log parsing in python. Below is> the code I have gotten so far, It works in an earlier version of this> one but this one doesn't print out the lines in my log files. Doe

Re: [Tutor] log parsing

2005-11-29 Thread Kent Johnson
Will Harris wrote: > I am trying to work out doing a bit of log parsing in python. Below is > the code I have gotten so far, It works in an earlier version of this > one but this one doesn't print out the lines in my log files. Does > anyone see anything that I am missing here or can just point

[Tutor] log parsing

2005-11-29 Thread Will Harris
I am trying to work out doing a bit of log parsing in python. Below is the code I have gotten so far, It works in an earlier version of this one but this one doesn't print out the lines in my log files. Does anyone see anything that I am missing here or can just point me in the direction to look? T