Boost C++ Libraries: Ticket #3625: python detection randomly broken https://svn.boost.org/trac10/ticket/3625 <p> We had at least two bug reports that python detection does not work on windows. In both cases, removing the </p> <pre class="wiki">if [ version.check-jam-version 3 1 17 ] || ( [ os.name ] != NT ) </pre><p> block in python.jam:probe fixed that. One case was definitely mingw-built bjam, the other case, for all appearences, is MSVC. Log for the second case is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3625 Trac 1.4.3 Vladimir Prus Sun, 15 Nov 2009 15:50:08 GMT attachment set https://svn.boost.org/trac10/ticket/3625 https://svn.boost.org/trac10/ticket/3625 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">log.txt</span> </li> </ul> Ticket Marshall Clow Sun, 06 Jun 2010 15:15:35 GMT component changed https://svn.boost.org/trac10/ticket/3625#comment:1 https://svn.boost.org/trac10/ticket/3625#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket Marshall Clow Sun, 06 Jun 2010 15:15:53 GMT milestone changed https://svn.boost.org/trac10/ticket/3625#comment:2 https://svn.boost.org/trac10/ticket/3625#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.41.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket anonymous Mon, 07 Jun 2010 09:52:58 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3625#comment:3 https://svn.boost.org/trac10/ticket/3625#comment:3 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> </ul> <p> Merge Building Boost with build tool. </p> Ticket