Hmm k i have a simple question, how would I build boost.python given this following information.<br><br>I am using dev-cpp and its install in "c:\dev-cpp" folder. <br><br>IN it contains the mingw32 sub directory<br> <br>My project folder is "c:\cs classes\cs386\c++".<br><br>In it contains FiniteAutomta.cpp which maps to python module... <br><br>my boost folder is "C:\boost_1_33_1" in it contains the bjam.exe file. <br><br>PYTHON_ROOT = "C:\python24" <br><br>Thanks for the help. I look at the tutorial but is confused on how I can build my project. <br>