Sept. 4, 2008
7:43 a.m.
Hi Holger, 2008/9/4 holger krekel <holger@merlinux.eu>:
i think for translate.py you rather need to run py.execnet over CPython or through a translated pypy-c - both of which should work fine.
I think you ran it through py.py which means starting a PyPy interpreter on top of CPython. Then running py.execnet.PopenGateway() would need to create another process that also runs through py.py - would be very slow - not sure it's worth trying to make it work.
So i suggest you continue your experiments with plain CPython or the translated pypy-c.
Well, suggesting to use pypy-c isn't really helpful, since his original problem was that PyPy doesn't translate :-). Cheers, Carl Friedrich