Hello --
I'm working on a project which is mixed C++/Python, and we use Boost
functionality in our C++, and we've set up bjam to compile our project
(on OSX). Everything seems to be working quite well.
To use our libraries from python scripts right now, we have to run this first:
#!/bin/bash
tru
Amos Anderson wrote:
I'm working on a project which is mixed C++/Python, and we use Boost
functionality in our C++, and we've set up bjam to compile our project
(on OSX). Everything seems to be working quite well.
2) It looks like python's distutils is supposed to be able to help,
but it seems