PYTHON AND C++

John J. Lee jjl at pobox.com
Mon Aug 11 20:21:49 EDT 2003


"satish k.chimakurthi" <skchim0 at engr.uky.edu> writes:

> I am trying to specify an SIDL (Scientific Interface Definition Language) 
> interface to a sophisticated C++ code that I use in my project.

Is *that* your goal...


> I intend to 
> run the code from the python scripting environment.

...or *that*?

[...]
> My ultimate intention is to access the C++ code from python. I have looked 
> into automatic and semi-automatic interface generators like SWIG, 
> BOOST.PYTHON and ended up doing nothing useful and so adopted BABEL

I doubt any of those support SIDL, since it appears to be both highly
specialised and unpopular (according to Google).  If you want
opinions, you might try the SciPy or Numeric / numarray mailing lists
-- no guarantee that anybody's heard of it, of course ;-)

If you had a specific problem with Boost.Python, ask about that (the
c++-sig list is probably the best place to ask -- search the archives
first, though).


John




More information about the Python-list mailing list