
18 Sep
2007
18 Sep
'07
2:23 p.m.
As python version 2.5 is pretty well established, I think this version should be considered from boost build-process in Windows machines. AFAIK,onlyl change needed is: Index: /tools/build/v2/tools/python-config.jam =================================================================== --- /tools/build/v2/tools/python-config.jam (revision 6) +++ t/tools/build/v2/tools/python-config.jam (revision 7) @@ -9,7 +9,7 @@ if [ os.name ] = NT { - for local R in 2.4 2.3 2.2 + for local R in 2.5 2.4 2.3 2.2 { local python-path = [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\$(R)\\InstallPath" ] ; Best regards, Zara