From: Erez D <ere...@gm...> - 2011-04-03 11:36:44
|
I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) ant ant demos alias xmlvm='java -jar some/path/xmlvm.jar' xmlvm --in=Ball.class --out=/tmp/xokoban --target=python python Ball.py I get the following: erez@black:/tmp/xokoban$ python Ball.py Traceback (most recent call last): File "Ball.py", line 192, in <module> class org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined ( i get the same error using branch vtable) under branch wp7, i fail in 'ant demos' in branch 2phase2 i get: erez@black:/tmp/xokoban$ python Ball.py File "Ball.py", line 196 __locals = range() ^ IndentationError: expected an indented block |