Re: need some help in reading error message

2006-03-16 Thread Alex Martelli
<[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

need some help in reading error message

2006-03-16 Thread Allerdyce . John
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