1 Oct 18:36
Re: [Jython-bugs] Bugs
Frank Wierzbicki <fwierzbicki <at> gmail.com>
2008-10-01 16:36:08 GMT
2008-10-01 16:36:08 GMT
Hello Prashant, The bugs mailing list is really for automatic reports from http://bugs.jython.org, so it is better to submit bugs to the tracker. If you do want to use a mailing list, subscribing and then sending mail to jython-users. I've cc-ed jython-users. It looks like you are using "as" as a variable class, or function name, which is disallowed in Python 2.6 ("as" will then be a keyword). So far it is also disallowed in Jython 2.5 because of some difficulties getting our new grammar to let it pass. The best thing to do for now is to change whatever variable/function/class name from 'as' to something else. On Tue, Sep 30, 2008 at 5:10 AM, Prashant Golash <prashant.golash <at> gmail.com> wrote: > I have some pyhton scripts which I am calling from java.The following error > was coming.Please have a look at them > SyntaxError: ("line 1243:16 no viable alternative at input 'as'", > ('C:\\Projects\\ca\\sox\\soxjython\\jpython\\rpl.py', 1243, 16,) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
RSS Feed