embeding python in C++ ??

Michael P. Reilly arcege at shore.net
Thu Feb 3 15:21:56 EST 2000


JerryJerry <jerryjerry at aol.com> wrote:
: Thanks for responding. Where would I find your reference to extending and
: embedding documentation?

Jerry,

The documents you probably want to read are:
* "Extending and Embedding" on the Python website
  <URL: http://www.python.org/doc/current/ext/ext.html>
* "Python/C API" on the Python website
  <URL: http://www.python.org/doc/current/api/api.html>
* "How to write a Python extension" on the Python Starship
  <URL: http://starship.python.net/crew/arcege/extwriting/pyext.html>

You might also want to use:
* CXX to create Python C++ objects
  <URL: http://xfiles.llnl.gov/CXX_Objects/cxx.htm>
  (this URL will change soon, check the Python website for notices)
* SWIG to make C/C++ code availabe to Python
  <URL: http://www.swig.org/>

  -Arcege




More information about the Python-list mailing list