<p>How did you install Python and IDLE? On my 32-bit Ubuntu 11.04 VM, idle3 works for me, although it looks like I only have Python 3.2, possibly not 3.2.2. Some details you might compare to your own setup:</p>
<p>/usr/bin/idle3 is an executable script provided by the &quot;idle3&quot; package.</p>
<p>/usr/bin/idle3 specifies /usr/bin/python3 as its interpreter.</p>
<p>/usr/bin/python3 is a symlink to python3.2.</p>
<p>The &quot;idle3&quot; package requires the &quot;python3&quot; and &quot;python3-tk&quot; packages. If you installed it with &quot;sudo apt-get install idle3&quot;, they will have been installed automatically.</p>
<p>The Python 3 packages I have are &quot;python3&quot;, &quot;python3-minimal&quot;, &quot;python3-tk&quot;, &quot;python3.2&quot;, &quot;python3.2-minimal&quot;, and &quot;idle3&quot;.</p>
<p>As far as I can tell, IDLE uses sys.executable to determine the Python to launch for its shell, and this will always be the Python that IDLE itself is running in. </p>
<p>On Sat, Oct 15, 2011 at 12:23 AM, MusicKev &lt;<a href="mailto:kevin@kevinturnercareer.com">kevin@kevinturnercareer.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Ned Deily wrote:<br>
&gt;&gt;<br>
&gt;&gt; In article &lt;<a href="mailto:32642225.post@talk.nabble.com">32642225.post@talk.nabble.com</a>&gt;,<br>
&gt;&gt;  MusicKev &lt;<a href="mailto:kevin@kevinturnercareer.com">kevin@kevinturnercareer.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I have Python 2.7 and python 3.2.2 installed on my system. There is a<br>
&gt;&gt;&gt; version<br>
&gt;&gt;&gt; of IDLE installed for each version of Python but they all open Python<br>
&gt;&gt;&gt; 2.7.<br>
&gt;&gt;&gt; How can I configure IDLE to open the Python 3.2.2 version?<br>
&gt;&gt;<br>
&gt;&gt; Try typing &#39;idle3&#39; instead of &#39;idle&#39;.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;  Ned Deily,<br>
&gt;&gt;  <a href="mailto:nad@acm.org">nad@acm.org</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; IDLE-dev mailing list<br>
&gt;&gt; <a href="mailto:IDLE-dev@python.org">IDLE-dev@python.org</a><br>
&gt;&gt; <a href="http://mail.python.org/mailman/listinfo/idle-dev">http://mail.python.org/mailman/listinfo/idle-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Hi Ned,<br>
&gt;<br>
&gt; Iidle3 from the terminal does not work. I get an error &quot;IDLE can&#39;t import<br>
&gt; Tkinter. Your Python may not be configured for Tk.&quot;   Same error if I just<br>
&gt; type idle.<br>
&gt; I can launch Python3 from the terminal.<br>
&gt; I can launch IDLE 2.7.1 from the GUI. I am new to Linux and am a bit lost<br>
&gt; trying to troubleshoot. It seems like an install problem or a configuration<br>
&gt; problem but I can&#39;t figure it out.<br>
&gt; I have Python/IDLE3 working on Mac and Windows but I need it on Linux for a<br>
&gt; class project.<br>
&gt;<br>
&gt; Thanks.<br>
&gt; --<br>
&gt; View this message in context: <a href="http://old.nabble.com/Configuring-IDLE-for-Python-3.2.2-on-Ubuntu-tp32642225p32655998.html">http://old.nabble.com/Configuring-IDLE-for-Python-3.2.2-on-Ubuntu-tp32642225p32655998.html</a><br>

&gt; Sent from the Python - idle-dev mailing list archive at Nabble.com.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; IDLE-dev mailing list<br>
&gt; <a href="mailto:IDLE-dev@python.org">IDLE-dev@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/idle-dev">http://mail.python.org/mailman/listinfo/idle-dev</a><br>
&gt;<br>
</p>