Re: [Python-Dev] embedding in multi threaded C/C++

2008-03-18 Thread Aahz
On Mon, Mar 10, 2008, George Fazekas wrote: > > I'm working on embedding Python in a multi threaded application but > found mostly old or confusing info on this. Can anyone point me to the > right direction or send some working examples? You should ask on comp.lang.python or the capi-sig list. p

[Python-Dev] embedding in multi threaded C/C++

2008-03-18 Thread George Fazekas
Hi all, I'm working on embedding Python in a multi threaded application but found mostly old or confusing info on this. Can anyone point me to the right direction or send some working examples? Detail: Python 2.5.1, MacOSX Leopard 10.5.1, using Pytohn/C API The application initializes Python