Hi everybody
I am just learning Boost.Python and so far I was able to install Boost
1.37.0, got a free copy of Visual Studio 9 Express (thanks Microsoft!) and
built all Boost libraries (a long wait of almost 3 hours).
Started the tutorial, compiled the extending example under
libs\python\example
Run bjam with "-n -a" and it will show you all the commands it
executed to build and run the test. That includes the info you're
looking for. Oh, unless you pass --preserve-test-targets, the
extension module is deleted when the test passes, so you might want to
touch the .cpp file and try