adding python engine into c++ application

Diez B. Roggisch deets at nospam.web.de
Tue Dec 29 06:40:37 EST 2009


griwes schrieb:
> Hello, I am going to write an application in C++, application which
> should be easy to extend by scripts. I chose python for script
> language in this application. I'd like to have own API for python. And
> here the question arises: how do I implement a python engine within an
> application written in C++?
> 
> Sory for any mistakes, english isn't my native language ;)

http://www.python.org/doc/2.5.2/ext/embedding.html

Diez



More information about the Python-list mailing list