Boost C++ Libraries: Ticket #8643: 2to3.py Call within python.jam https://svn.boost.org/trac10/ticket/8643 <p> This is all on windows 2008 R2 Server, using Python3.3 and Boost 1.53.0 </p> <p> Within the file python.jam in ...\tools\build\v2\tools\python.jam I had to change the code in the function "actions 2to3" from </p> <p> actions 2to3 { </p> <blockquote> <p> 2to3 -wn "$(&lt;)" 2to3 -dwn "$(&lt;)" </p> </blockquote> <p> } </p> <p> to </p> <p> actions 2to3 { </p> <blockquote> <p> python.exe C:\Python33\Tools\Scripts\2to3.py -wn "$(&lt;)" python.exe C:\Python33\Tools\Scripts\2to3.py -dwn "$(&lt;)" </p> </blockquote> <p> } </p> <p> Apparently 2to3.py is a python file, and to call it from the windows shell as it seems to do in python.jam, you must run it with the python interpreter, as above. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8643 Trac 1.4.3 viboes Mon, 03 Jun 2013 18:01:09 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8643#comment:1 https://svn.boost.org/trac10/ticket/8643#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket