Message4970

Author Lawouach
Recipients Lawouach
Date 2009-07-31.07:26:36
SpamBayes Score 0.002919744
Marked as misclassified No
Message-id <1249025197.15.0.0376475907651.issue1417@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting the following exception (pasting the interesting bit here)
with r6591

File "/home/sylvain/dev/repos/jython/dist/Lib/compiler/transformer.py",
line 53, in parse
    return Transformer().parsesuite(buf)
  File
"/home/sylvain/dev/repos/jython/dist/Lib/compiler/transformer.py", line
130, in parsesuite
    return self.transform(parser.suite(text))
NameError: global name 'parser' is not defined
History
Date User Action Args
2009-07-31 07:26:37Lawouachsetrecipients: + Lawouach
2009-07-31 07:26:37Lawouachsetmessageid: <1249025197.15.0.0376475907651.issue1417@psf.upfronthosting.co.za>
2009-07-31 07:26:37Lawouachlinkissue1417 messages
2009-07-31 07:26:36Lawouachcreate