Compiling python scripts to native code ??

Diez B. Roggisch nospam-deets at web.de
Tue Feb 17 09:17:19 EST 2004


> Is there any way to do this for *nix ?? Pointers to resources and/or FAQS
> would be much appreciated.

No, its not. For no platform. You can use psyco for JIT-compiling some
arithmetically challenged stuff, and pyrex to create native code in a
python-like syntax. 

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list