Hi Andrew,

On Tue, Jul 12, 2011 at 6:34 PM, Amaury Forgeot d'Arc
<amaur...@gmail.com> wrote:
>> Hello I am running into some snags developing an executable in pypy with
>> translate.py and wondering what the best method for me to do this with my
>> code would be.

In addition to the previous answer, there is also the classical
"warning" answer: you are embarking on the endless (and mostly
entirely pointless) fun of converting your whole program from normal
Python code to RPython code.  Unless that's really, *really* what you
want, you should instead look at tools like py2exe, or write your
custom pypy/translator/goal/app_main.py to include all your Python
code pre-imported.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to