Re: [C++-sig] X-language polymorphism and multithreading

2010-07-07 Thread Hans Meine
On Tuesday 06 July 2010 21:30:25 Anton Yabchinskiy wrote: > On 2010-07-03 05:03:53+0400, Anton Yabchinskiy wrote: > > So, I need PyGILState_Ensure/PyGILState_Release around the > > overridden method call, and PyEval_InitThreads in the module > > initialization. Am I right? Is the following code OK?

[C++-sig] Newbie question about Boost.Python

2010-07-07 Thread David Aldrich
Hi I am trying to use Boost.Python on Windows XP using Visual C++ 2008 Express and Python 2.7. I have built Boost using bjam. The generated libraries include: libboost_python-vc90-mt-gd-1_43.lib I am now trying to run the example in the boost.python 'EmbeddingPython wiki page, which begins:

Re: [C++-sig] Newbie question about Boost.Python

2010-07-07 Thread Philip Jonientz - NEXPLORE AG
Hi I had a similar problem some time ago, I just don't exactly remember, how I solved it... For me, this lib-file is located in: \bin.v2\libs\python\build\msvc-10.0\debug\threading-multi If I remember correctly, I simply moved some folders and files around, until it fit. -Ursprüngliche Nac