(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. -- http://mail.python.org/mailman/listinfo/python-list