<[EMAIL PROTECTED]> wrote:
> I need some help in reading error message: which line has problem? line
> 233? or line 37?
>
> Thank you.
>
> $ ./read2.py log.xml
> Traceback (most recent call last):
> File "./read2.py", line 233, in ?
> parser.pa
I need some help in reading error message: which line has problem? line
233? or line 37?
Thank you.
$ ./read2.py log.xml
Traceback (most recent call last):
File "./read2.py", line 233, in ?
parser.parse(open(inputFileName))
File "/usr/lib/python2.4/site-packag