> >$ 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
> unclear enough on CVS that I might not be looking at the same version
> of the file as you.

On Friday 21 June 2002 08:07 pm, Edmund Lian wrote:
> I came across this very problem today. There's some deeper issue
> involved since changing """ back to ''' in ExceptionHandler.py just
> moves the problem elsewhere.

I fixed it shortly after I posted the message. The code was like this:

class Foo:
        """
        blah blah
        '''


And all I had to do was change ''' to """.


-Chuck


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to