[pyphy] wrapping C++ code in python

Jeffrey Chang jefftc@leland.Stanford.EDU
Sat, 28 Aug 1999 10:14:32 -0700 (PDT)


Hi Rick,

> I am trying to learn how to wrap C++ code in Python.

If the C++ code is not too esoteric, it may be easiest to use SWIG
(www.swig.org).  I haven't used it myself, but from what I understand,
they have put in some rudimentary support for C++.  It may be worth
checking out. 

Jeff