Andrew Harrington added the comment:
I was using this without looking at documentation, as a newbies would.
Graying and disabling until after an exception makes sense, but even the
menu item name is misleading: any time the program is running there is a
stack that you might want to view
New submission from Andrew Harrington:
1. In idle 3.4.3, OSX 10.10, active state Tk 8.5.17, starting data:
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
2. start debugger, open very simple demo file, attached:
3. run, so
Andrew Harrington added the comment:
I see not messing with /usr/bin. Your note about Python Launcher would be
a nice addition to the Mac installer notes. I would encourage that before
closing this.
On Sat, May 17, 2014 at 1:57 AM, Ned Deily wrote:
>
> Ned Deily added the c
New submission from Andrew Harrington:
I installed Python 3.4 on my Mac (OSX 10.9.2), with the option to make python
3.4 my default python3, so
which python3
prints
/Library/Frameworks/Python.framework/Versions/3.4/bin/python3
which is fine. A terminal then brings up python 3.4, fine