Compiling

"Martin v. Löwis" martin at v.loewis.de
Mon Feb 6 17:25:04 EST 2006


Ravi Teja wrote:
> But more often I am looking to use Python libraries
> in other languages since I am more familiar with them and they
> typically tend to be more high level (the way I like it) than the
> standard libraries of others.

Ah. In that case, the normal C API should work fine to call into Python
in most cases, no? If not, have you tried the CXX package, or
Boost::Python?

Regards,
Martin



More information about the Python-list mailing list