embeding python in C++ ??
Michael P. Reilly
arcege at shore.net
Thu Feb 3 15:21:56 EST 2000
More information about the Python-list mailing list
Thu Feb 3 15:21:56 EST 2000
- Previous message (by thread): embeding python in C++ ??
- Next message (by thread): embeding python in C++ ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): embeding python in C++ ??
- Next message (by thread): embeding python in C++ ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list