<div dir="ltr"><span style="font-size:12.8000001907349px">"On Windows, I pin the Start -> Pythonx.y -> Idle x.y icons to my task bar so I can select either python + idle combination with a mouse click."</span><br><div><span style="font-size:12.8000001907349px">yes, but this doesn't fix the "right click -> edit with idle" problem (maybe calling "py.exe --edit <file>" instead of "idle.bat <file>" on windows will fix it)</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-17 2:45 GMT+01:00 Terry Reedy <span dir="ltr"><<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/30/2014 3:31 PM, Liam Marsh wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/the pep 397 says that any python script is able to choose the language<span class=""><br>
version which will run it, between all  the versions installed on the<br></span>
computer, using on windows a launcher in the "C:\windows" folder./<span class=""><br>
<br>
can the idle version be chosen like this too, or can the idle "run"<br>
command do it?<br>
</span></blockquote>
<br>
Question about using python, including Idle, should be directed to python-list. Quick answers to what seem to be separate questions.<br>
<br>
1. At the command line, one select the version of a module to run by selecting the version of python to run.  Idle is no different from any other module intended to be directly run.  For me,<br>
<br>
C:\Users\Terry>py -2 -m idlelib.idle  # starts Idle in 2.7.9<br>
<br>
C:\Users\Terry>py -3 -m idlelib  # starts Idle in 3.4.2<br>
<br>
On Windows, I pin the Start -> Pythonx.y -> Idle x.y icons to my task bar so I can select either python + idle combination with a mouse click.<br>
<br>
2. Selecting F5 or Run-module in an Idle editor runs the editor buffer contents with the same version of python as is running Idle.  I have considered adding 'Run with x.y' options according to what is installed, but that is pie-in-the-sky at the moment.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Terry Jan Reedy</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/<u></u>codeofconduct/</a><br>
</div></div></blockquote></div><br></div>