1Copyright 2006 Vladimir Prus 2Distributed under the Boost Software License, Version 1.0. 3(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5 6This example shows how you can use Python modules from B2. 7 8In order to do this, you need to build bjam with Python support, by running: 9 10 ./build.sh --with-python=/usr 11 12in the jam/src directory (replace /usr with the root of your Python 13installation). 14 15The integration between Python and bjam is very basic now, but enough to be 16useful. 17