Extending & Embedding Python
David Murmann
david.murmann at rwth-aachen.de
Thu Jan 12 09:46:48 EST 2006
Marco Meoni schrieb:
> Hi all! I've a problem with a C++ class that has to be included in a
> python application. One way to do it is Extending and Embedding the
> Python Interpreter
> Now i have 2 questions
> 1) Is there a one-file version of this tutorial?
i'm not sure what tutorial you mean. are you talking about the
Extending and Embedding section of the python manual?
http://docs.python.org/ext/ext.html
> 2) Is there anyone that can help me with this problem? The class is
> attached.
i haven't read your code, but you might want to take a look at SWIG:
http://www.swig.org/
--
David.
More information about the Python-list
mailing list