PDA

View Full Version : boost.python, c++, bjam



yahn
April 12th, 2009, 04:26 PM
I've wanted to write modules for python with boost for the longest time, but I've never been able to figure it out. I've tried following boost's guide, but it doesn't help much. I try searching Google and it seems like that is the best guide. I can't believe that Ubuntu doesn't have a package to install for this, but I searched and, from what I can find, it doesn't.

I don't know why I can't figure this out. But I can't. Does anyone have very clear instructions for what I need to do to get boost.python and bjam working so that I can write modules for python?

Thank you

skullmunky
April 12th, 2009, 06:22 PM
no, but check out py++ also: http://www.language-binding.net/pyplusplus/pyplusplus.html

it's what the python-ogre team are using to build wrappers for OGRE. i think it's purpose is to make using Boost easier.