[wxPython] python2c++?

Is there a Python or wxPyhton to C++ translator?

Mike

···

=====
-------------------------------------
Michael Swanson
fax 1 801 601 0745
email swanson_michael@yahoo.com

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

Is there a Python or wxPyhton to C++ translator?

There's an alpha of python2c out there somewhere, but it's not as much of a
boost as you would think. It essentially translates the python byte code to
Python C API calls the same way that the interpreter does so the only thing
you gain is not having to loop though the byte code and dispatchind it in a
switch statement.

Ah... found it. http://www.mudlib.org/~rassilon/p2c/

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!