Message12716

Author adamburke
Recipients adamburke, rkanumola
Date 2019-10-26.09:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572080709.66.0.792738198041.issue2816@roundup.psfhosted.org>
In-reply-to
Content
Hi this is unlikely to be a Jython bug (you'd certainly need rather more evidence) - so the Jython bug tracker isn't the best place. jython-users@ or stackoverflow would be better.

However, just to help you along, check the Jython versions being used in the different contexts - Java, confluence macro, and Jython from the command line. The specific error is a parsing error from the antlr library saying a particular syntax isn't supported. There is an example on SO of it happening when running a dictionary comprehension (supported on 2.7.x) under 2.5, where it wasn't supported:

https://stackoverflow.com/questions/25200629/error-no-viable-alternative-at-input-for-python
History
Date User Action Args
2019-10-26 09:05:09adamburkesetmessageid: <1572080709.66.0.792738198041.issue2816@roundup.psfhosted.org>
2019-10-26 09:05:09adamburkesetrecipients: + adamburke, rkanumola
2019-10-26 09:05:09adamburkelinkissue2816 messages
2019-10-26 09:05:09adamburkecreate