> Traceback (most recent call last):
>    File "/Users/nl/jython2.5b2/Lib/site-packages/ply/yacc.py", line  
> 2613, in lr_read_tables
>      exec "import %s as parsetab" % module
>    File "<string>", line 1, in <module>
> java.lang.ClassFormatError: Invalid method Code length 1068688 in  

In my application, I experiment a very similar error:

      File "snakes/compyler/__init__.py", line 138, in __init__
        self.parser = yacc.yacc(module=self, start=self.start,
      File "snakes/compyler/yacc.py", line 2137, in yacc
        if not lr_read_tables(tabmodule):
      File "snakes/compyler/yacc.py", line 1949, in lr_read_tables
        exec "import %s as parsetab" % module
      File "<string>", line 1, in <module>
    ClassFormatError: java.lang.ClassFormatError: Invalid method Code
length 258819 in class file snakes/compyler/snakes_compyler_PlyParser$py

In case somebody want to test, my code is available at
http://lacl.univ-paris12.fr/pommereau/soft/snakes/

Cheers,
Franck

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to