Soren wrote: > Unable to load Boost.Build: could not find "boost-build.jam" > --------------------------------------------------------------- > Attempted search from C:\boost\boost_1_33_1\libs\python\example > \tutorial up to t > he root and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: > C:\boost\boost_1_ > 33_1. > Please consult the documentation at 'http://www.boost.org'. > > Can anyone please tell me what I am doing wrong?? Theres no tutorial > on how to make a boost-build.jam file.. and as I understand I don't > need one as long as I set BOOST_BUILD_PATH ..
Try to create boost-build.jam file like this: # boost-build.jam boost-build C:\boost\boost_1_33_1\tools\build\v1 ; -- HTH, Rob -- http://mail.python.org/mailman/listinfo/python-list