"a C++ library which enables seamless interoperability between C++ and the Python programming language."
"The BoostPython Library binds C++ and Python in a mostly-seamless fashion."
Project home Page: http://wiki.python.org/moin/boost.python/GettingStarted
More information at: http://py2cpp.sourceforge.net/>href=http://py2cpp.sourceforge.net/>http://py2cpp.sourceforge.net/
On version 2.0.
Does Boost.Python work with Mac OS X? It is known to work under 10.2.8 and 10.3 using Apple's gcc 3.3 compiler: gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1493) Under 10.2.8 get the August 2003 gcc update (free at http://connect.apple.com/). Under 10.3 get the Xcode Tools v1.0 (also free). Python 2.3 is required. The Python that ships with 10.3 is fine. Under 10.2.8 use these commands to install Python as a framework: http://www.boost.org/doc/libs/1_39_0/libs/python/doc/v2/faq.html#macosx
SVN: svn co http://svn.boost.org/svn/boost/trunk boost-trunk