I am using "<span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px; ">EPD with Py2.5 4.0.30002"</span><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">when I try to launch IDLE.app which is in the above folder i get  -bash: IDLE.app: command not found</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">which is strange because when I do ls it is listed.</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">the path to the folder is</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">/Applications/EPD\ with\ Py2.5\ 4.0.30002 <br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">ls returns </span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;"><div><div>Build Applet.app<span class="Apple-tab-span" style="white-space:pre">                </span>Mayavi.terminal</div><div>Docs<span class="Apple-tab-span" style="white-space:pre">                          </span>Pylab.terminal</div>
<div>Examples<span class="Apple-tab-span" style="white-space:pre">                      </span>Python Launcher.app</div><div>Extras<span class="Apple-tab-span" style="white-space:pre">                            </span>Update Shell Profile.command</div><div>IDLE.app</div>
<div><br></div><div>Then I do/get</div><div><div>vincent-daviss-macbook-pro:EPD with Py2.5 4.0.30002 vmd$ IDLE.app</div><div>-bash: IDLE.app: command not found</div><div><br></div><div>Not sure what I am doing wrong</div>
</div></div></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">Is the a way do download a new version of IDLE.app?</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;">That last part is <span class="Apple-style-span" style="font-family: arial; font-size: 13px; ">ugh!</span></span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px;"><span class="Apple-style-span" style="font-family: arial; font-size: 13px;"><br></span></span>Thanks<br>Vincent Davis<br>
<br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 12:40 PM, Ned Deily <span dir="ltr"><<a href="mailto:nad@acm.org">nad@acm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
In article<br>
<<a href="mailto:77e831100901270950i6b0b510chf80a495a65ca9833@mail.gmail.com">77e831100901270950i6b0b510chf80a495a65ca9833@mail.gmail.com</a>>,<br>
<div><div></div><div class="Wj3C7c"> Vincent Davis <<a href="mailto:vincent@vincentdavis.net">vincent@vincentdavis.net</a>> wrote:<br>
> I am using mac with python 2.5.2 and IDLE verison 1.2.2. in the help it<br>
> states I can change he text coloring by using "Configure IDLE" but I not<br>
> sure what this is. It's not sn the menu, running Configure does nothing. How<br>
> do I change the color (text and background)<br>
<br>
</div></div>There is supposed to be a Preferences menu option for IDLE on OS X but,<br>
depending on the Python version and how IDLE is launched, it may or may<br>
not appear due to various bugs.  (I'm working on some patches for these.)<br>
<br>
If you have been launching IDLE via /Applications/MacPython<br>
2.5/IDLE.app, try launching it via the shell command line:<br>
/usr/local/bin/idle2.5.  There may now be a working Preferences menu<br>
item under the Python item in the menu bar; there may also be an Options<br>
-> Configure IDLE... .   If that doesn't work, it should be possible to<br>
copy the default def files from idlelib in the python installation to<br>
your .idlerc directory and manually edit them there - ugh!.  Something<br>
like:<br>
<br>
$ cd `python2.5 -c 'import sys; print sys.prefix'`<br>
$ cd lib/python2.5/idlelib<br>
$ ls *.def<br>
config-extensions.def config-highlight.def  config-keys.def<br>
config-main.def<br>
$ cp -i *.def ~/.idlerc<br>
$ cd ~/.idlerc<br>
$ vi ...<br>
<br>
--<br>
 Ned Deily,<br>
 <a href="mailto:nad@acm.org">nad@acm.org</a><br>
<font color="#888888"><br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br></div>