2009/3/13 Nuno Lopes <[email protected]> > > Hi, > > > On 13 Mar 2009, at 18:03, David Beazley wrote: > > > What happens if you just launch jython in the interactive shell and > > type: > > > > >>> import parsetab > > > > Do you still get that error? > > Yes, same error! > > > For what it's worth, that's a pretty cryptic error message that > > you're getting. Maybe there is some weird thing going on it jython > > itself. > > > Right, I will also try to pose the question on the jython list.
I've seen similar problems in IronPython (not with Ply) where the amount of code in a single file was simply beyond the limits for what is valid. It is possible you have hit a hard limit. The Jython guys will be able to decrypt the traceback though I imagine. Michael > > > Thanks, > -- > Nuno Lopes > > > > > > -- http://www.ironpythoninaction.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
