embedding an extension

Bengt Richter bokr at oz.net
Tue Jan 15 14:48:41 EST 2002


On 15 Jan 2002 08:33:47 GMT, "Arno Baan" <a.baan at fokkerspace.nl> wrote:

>Hi,
>
>I'm trying to embed some python into an C++ program.
>I've written an some extensions to python wich I need.
>Now I'm able to create objects and perform their functions.
>
>What I would like to do is:
>open existing objects in my C++ program and access these 
>using python code.
>Is this possible and how can it be done??
>
>I hope someone can help me.
>
Maybe this 2.2 documentation will help?

http://python.org/doc/current/ext/extending-with-embedding.html




More information about the Python-list mailing list