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
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
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
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