Re: Help with pyparsing and dealing with null values

2007-10-31 Thread avidfan
On Mon, 29 Oct 2007 05:45:26 -0700, Paul McGuire <[EMAIL PROTECTED]> wrote: >On Oct 29, 1:11 am, avidfan <[EMAIL PROTECTED]> wrote: >> Help with pyparsing and dealing with null values >> >> I am trying to parse a l

Help with pyparsing and dealing with null values

2007-10-28 Thread avidfan
Help with pyparsing and dealing with null values I am trying to parse a log file (web.out) similar to this: --- MBeanName: "mtg-model:Name=mtg-model_managed2,Type=Server" AcceptBacklog: 50 AdministrationPort: 0 AutoK

Re: log parser design question

2007-02-03 Thread avidfan
On Mon, 29 Jan 2007 23:11:32 -0600, avidfan <[EMAIL PROTECTED]> wrote: >On 28 Jan 2007 21:20:47 -0800, "Paul McGuire" <[EMAIL PROTECTED]> >wrote: > >>On Jan 27, 10:43 pm, avidfan <[EMAIL PROTECTED]> wrote: >>> I need to parse a log file using

Re: log parser design question

2007-01-29 Thread avidfan
On 28 Jan 2007 21:20:47 -0800, "Paul McGuire" <[EMAIL PROTECTED]> wrote: >On Jan 27, 10:43 pm, avidfan <[EMAIL PROTECTED]> wrote: >> I need to parse a log file using python and I need some advice/wisdom >> on the best way to go about it: >> >> Th

log parser design question

2007-01-27 Thread avidfan
I need to parse a log file using python and I need some advice/wisdom on the best way to go about it: The log file entries will consist of something like this: ID=8688 IID=98889998 execute begin - 01.21.2007 status enabled locked working.lock status running status complet

question about loading variables from a file...

2006-11-05 Thread avidfan
Can someone offer some advice as to how the best way to approach this might be? I am trying to write a generic python script to build out some applications, so the python script will be generic enough to work for all of them, but it needs to 'source' a file that contains app and environment specif