Re: [C++-sig] Wanted: Examples of boost.python embedded usage

2010-07-20 Thread Philip Jonientz - NEXPLORE AG
Hi there http://ironalbatross.net/wiki/index.php5/CPP_BOOST_STACKLESS_PYTHON This one is actually with stackless python, but he's using the same boost.python you would use with standart cpython. If you skip the whole setting up part for linux there are some samples on how to create function wrap

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

Re: [C++-sig] building boost/python against stackless python and vs2010

2010-06-09 Thread Philip Jonientz - NEXPLORE AG
PM, Philip Jonientz - NEXPLORE AG wrote: > error LNK1104: cannot open file 'boost_python-vc100-mt-1_42.lib' > > > > which is strange since I built v1.43 and the lib files are existent. > > I wonder where the linker looks for 1.42? It's hard to tell without more i

[C++-sig] building boost/python against stackless python and vs 2010

2010-06-07 Thread Philip Jonientz - NEXPLORE AG
Hello there, hopefully im doing it right, never used mailing-lists before. I recently tried building python boost(1.4.3) with stackless python(3.1) using bjam for msvc10, which worked it seems. I already have set up a Visual Studio 2010 project and got stackless python to run a basic simple s