Re: Embedding Python into C/C++ applications

2006-02-04 Thread Roman Yakovenko
On 2/3/06, John Dean <[EMAIL PROTECTED]> wrote: > Hi > > Could somebody, please tell me where I can find information about embedding > Python into a C/C++ application. The example in the docs is rather simple. I > am looking for something a bit more complex and longer For my opinion: Boost.Python

Re: Embedding Python into C/C++ applications

2006-02-03 Thread Farshid Lashkari
John Dean wrote: > Hi > > Could somebody, please tell me where I can find information about embedding > Python into a C/C++ application. The example in the docs is rather simple. I > am looking for something a bit more complex and longer > Are you looking for a specific kind of example? Here is