Re: [Tutor] Trouble with script not parsing out text

2007-08-29 Thread Eric Brunson
Tim Finley wrote: > I get the following when running a script. > > TypeError: argument 1 must be string or read-only character buffer, > not _sre.SRE_Pattern First, please post the entire error report when asking for help. In this case I can tell you what the problem is, but in others the con

Re: [Tutor] Trouble with script not parsing out text

2007-08-29 Thread Kent Johnson
Tim Finley wrote: > I get the following when running a script. > > TypeError: argument 1 must be string or read-only character buffer, not > _sre.SRE_Pattern > > Here is the script I am trying to run. I am trying to verify that my > search is returning what I am trying to search for, but du

[Tutor] Trouble with script not parsing out text

2007-08-29 Thread Tim Finley
I get the following when running a script.   TypeError: argument 1 must be string or read-only character buffer, not _sre.SRE_Pattern   Here is the script I am trying to run.   I am trying to verify that my search is returning what I am trying to search for, but due to the error I can verif