> >$ python ExceptionHandler.py
> > File "ExceptionHandler.py", line 212
> >Writes a table whose contents are given by listOfDicts. The
> >^
> >SyntaxError: invalid syntax
On Friday 21 June 2002 07:29 pm, Ian Bicking wrote:
> I'm confused... I'm not getting the same thing. But then, I'm
>$ python ExceptionHandler.py
> File "ExceptionHandler.py", line 212
>Writes a table whose contents are given by listOfDicts. The
>^
>SyntaxError: invalid syntax
I came across this very problem today. There's some deeper issue involved
since changing """ back to ''' in ExceptionHandler.
I'm confused... I'm not getting the same thing. But then, I'm unclear
enough on CVS that I might not be looking at the same version of the
file as you.
On Fri, 2002-06-21 at 19:50, Chuck Esterbrook wrote:
> $ python ExceptionHandler.py
> File "ExceptionHandler.py", line 212
> Writes a tabl
$ python ExceptionHandler.py
File "ExceptionHandler.py", line 212
Writes a table whose contents are given by listOfDicts. The
^
SyntaxError: invalid syntax
This probably came from the ''' --> """ change. What's interesting is
that I expected install.py to crap out since it supposedly