Use Python library from C++

Chang LI changli_to at hotmail.com
Thu Nov 25 12:13:15 EST 2004


Pierre Barbier de Reuille <pierre.barbier at cirad.fr> wrote in message news:<41a5b79a$0$17605$636a15ce at news.free.fr>...
> 
> If you just want to access the Python API (or some APIs of modules) you 
> need to launch the interpreter (in the current thread will be ok) and 
> then you can access everything ... import modules, create objects, etc.
>

Yes. That is what I want (to launch Python Interpreter from C++ and use it)
Where is the document?
 
> Pierre



More information about the Python-list mailing list