Another where I replied off-list.&nbsp; :(<br><br>
<div><span class="gmail_quote">On 12/26/06, <b class="gmail_sendername">Luke Paireepinart</b> &lt;<a href="mailto:rabidpoobear@gmail.com">rabidpoobear@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Python is installed just like any other program.</div>
<div>If you install Counter-Strike 1.5, and then Counter-Strike 1.6 (video games), the shortcut on your desktop will be&nbsp;changed to refer to Counter-Strike 1.6.&nbsp; Changing environment variables wouldn&#39;t change this.</div>

<div>&nbsp;</div>
<div>When you right-click something and you see shortcuts such as &#39;unzip with Win-Rar&#39;, &#39;edit with IDLE&#39;, etc.&nbsp; It is in essence the same as such a shortcut would be on your desktop, except it&#39;s specific to the object you have selected, whereas a shortcut wouldn&#39;t be. 
</div>
<div>&nbsp;</div>
<div>Okay, so when you installed python 2.3, IDLE was installed with it (the version of IDLE that comes with python2.3 in the WIndows binaries).&nbsp; When you installed python 2.4, IDLE (the version that comes with the python 
2.4&nbsp;WIndows binaries)&nbsp;was installed into your python 2.4 install path.&nbsp; Now during each install, context menu options are added for files with .py, .pyw, etc. that are called &#39;edit with IDLE&#39;.&nbsp; the ones that were added during the second install ( 
2.4) overwrote the context menu options of the python 2.3 install.</div>
<div>&nbsp;</div>
<div>Also note that you now have 2 installs of IDLE, in each Python directory.</div>
<div>&nbsp;</div>
<div>This can be rectified (assuming you think it&#39;s a problem that the 2.4 version of IDLE is being used)&nbsp;&nbsp;by&nbsp;following these steps:</div>
<div>open &nbsp;&quot;My Computer&quot;, press&nbsp; Alt, T, O. (tools -&gt; folder options)</div>
<div>select &quot;File Types&quot; tab.</div>
<div>scroll down to PY</div>
<div>choose ADVANCED</div>
<div>there should be an option that says &quot;Edit with IDLE&quot;</div>
<div>(I don&#39;t have python on this computer, can&#39;t check.&nbsp; Should be pretty obvious waht you want to choose here)</div>
<div>select that option, and click &quot;Edit&quot;</div>
<div>change the &#39;Application used to perform this action:&#39; field from c:\Python2.4\whatever</div>
<div>to c:\Python2.3 or wherever you instaleld python 2.3</div>
<div>make sure not to change any of the parameters that IDLE gets passed here, though.</div>
<div>I.E. don&#39;t use &#39;Browse&#39; to find the python 2.3 version of IDLE because it may (read: probably will) delete the command line options you have set there.</div>
<div>&nbsp;</div>
<div>HTH,</div><span class="sg">
<div>-Luke</div></span>
<div><span class="e" id="q_10fbd783d25dfd8e_2">
<div>&nbsp;</div>
<div><span class="gmail_quote">On 12/25/06, <b class="gmail_sendername">linda.s</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:samrobertsmith@gmail.com" target="_blank">samrobertsmith@gmail.com
</a>&gt; wrote:</span></div>
<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">in my computer, there are python 2.3 and 2.4<br>Every time I right click a python code and select &quot;edit with IDLE&quot;, it 
<br>goes to python2.4; I am very curious why it does not got to python 2.3<br>because I set python 23 in my PYTHONPATH in the My Computer -<br>Properties - Advanced - Environment Variables.<br>_______________________________________________ 
<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">
http://mail.python.org/mailman/listinfo/tutor</a><br></blockquote></div><br></span></div></blockquote></div><br>