Python to C/C++
Patrick Mullen
saluk64007 at gmail.com
Wed Mar 19 13:24:16 EDT 2008
(sorry michael, didn't mean to personal post
On Wed, Mar 19, 2008 at 9:24 AM, Michael Wieher wrote:
> I think py2exe does this, but it might be a bit bloated
No, py2exe basically bundles the main script and the interpreter
together so it's easy to run and requires no python installation.
Look into pyrex and pypy. A mature translator doesn't exist. Also
there is ctypes which goes in reverse letting you use more c from
python easily.
More information about the Python-list
mailing list