Hi Brett, On Thu, Jul 08, 2010 at 07:08:19PM -0700, Hart's Antler wrote: > I'm using Jason Creighton branch, and i am trying to test the JIT from > interactive translation. Is it now allowed? I'm getting this error: > NotImplementedError: --gcrootfinder=asmgcc requires standalone
Indeed, it is not allowed. As far as I know, the interactive translation does not support making standalone programs. You need to run translate.py as described e.g. here: http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter A bientot, Armin. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
