Scripting C++ -- Boost.Python vs CORBA vs ???

Fernando Pérez fperez528 at yahoo.com
Tue Feb 19 10:22:37 EST 2002


Craig Maloney wrote:

> 
> I have no experience with Boost.Python, but from what I
> understand, it would not involve writing wrapper definitions
> (ala SWIG or IDL), right?  Are there other options?

You should take a look at weave:

http://www.scipy.org/site_content/weave

Right now it's under heavy development, and not exactly what you want (it's 
not a wrapper for already-existing complete libraries). But it's definitely 
one tool you should consider as part of the arsenal for python/C/C++ 
integration.

Cheers,

f.



More information about the Python-list mailing list