Compiling

Ravi Teja webraviteja at gmail.com
Tue Feb 7 03:59:52 EST 2006


Martin v. Löwis wrote:
> 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?

I am aware of those. But my "other" languages are not C/C++. Sure I
could first wrap them in a DLL written in C/C++ using CXX/Boost and
then call the DLL from the language in question. But that is more
trouble than it is worth.




More information about the Python-list mailing list