Calling C++/C function from embedded python

Adrian Eyre a.eyre at optichrome.com
Tue Mar 14 08:50:15 EST 2000


> I am able to call C extensions from Python and I am able to call
> Python embedded code from a C function, but what I would really like
> is to be able to call C++ function from embedded Python. How? Could
> someone help me?

Can you not just have the C extensions call the C++ stuff?





More information about the Python-list mailing list