| SyntaxError: invalid syntax (text_xml.py, line 85) | Python 2.2.2 /usr/local/bin/python |
A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are:
__doc__ = 'Invalid syntax.'
__getitem__ = <bound method SyntaxError.__getitem__ of <exceptions.SyntaxError instance at 0x82687ac>>
__init__ = <bound method SyntaxError.__init__ of <exceptions.SyntaxError instance at 0x82687ac>>
__module__ = 'exceptions'
__str__ = <bound method SyntaxError.__str__ of <exceptions.SyntaxError instance at 0x82687ac>>
args = ('invalid syntax', ('/home/users/geary/lib/python/MoinMoin/formatter/text_xml.py', 85, 12, ' return \'
| /home/users/geary/lib/python/MoinMoin/util/pysupport.py in importName(modulename='MoinMoin.formatter.text_xml', name='Formatter') |
| 45 module = __import__(modulename, globals(), locals(), [name])
|
| /home/users/geary/lib/python/MoinMoin/wikiaction.py in do_format(pagename='Michael Geary - Software Inventor', request=<MoinMoin.request.Request instance>) |
| 697 string.translate(mimetype, string.maketrans('/.', '__')), "Formatter")
|
| /home/users/geary/lib/python/MoinMoin/cgimain.py in run(properties={}) |
| 225 cgitb.handler()
|