Embedding Python question.

2008-05-20 Thread Thomas Troeger
Dear all, I've successfully embedded the Python interpreter into a set of C/C++ application programs that use a larger library project with information from http://docs.python.org/api/api.html and http://docs.python.org/ext/ext.html. Now I want to wrap classes and functions from the

Re: Embedding Python question.

2008-05-20 Thread Gabriel Genellina
En Tue, 20 May 2008 06:35:23 -0300, Thomas Troeger [EMAIL PROTECTED] escribió: I've successfully embedded the Python interpreter into a set of C/C++ application programs that use a larger library project with information from http://docs.python.org/api/api.html and

Urgent: Embedding Python question please

2005-06-22 Thread adsheehan
Hi, I am embedding Python into a multi-threaded C++ application runnig on Solaris and need urgent clarification on the embedding architecture and its correct usage (as I am experience weird behaviors). Can anyone clarify: - if Python correctly supports multiple sub-interpreters