Re: [Tutor] Using Regex from Configuration File

2008-06-20 Thread Kent Johnson
On Fri, Jun 20, 2008 at 10:04 AM, Tyler Rutschman <[EMAIL PROTECTED]> wrote: > I've successfully set up ConfigParser to go through the config and apply the > proper configuration to the script, but I'm having trouble getting the regex > to work. It worked successfully when I declared it within the

[Tutor] Using Regex from Configuration File

2008-06-20 Thread Tyler Rutschman
Hello everyone, I'm new to python and have set up a program to parse through reports. The script has started very basic and I've been folding in additional features as it moves along. What it does is takes a specified log file (exported from splunk) and parses through it with a regex specific to t