This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chester.burns
Recipients chester.burns, ned.deily
Date 2014-03-07.09:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394184708.54.0.338801610334.issue20863@psf.upfronthosting.co.za>
In-reply-to
Content
I tried that and it came up with this:

Traceback (most recent call last):
  File "/usr/local/bin/idle3.3", line 5, in <module>
    main()
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PyShell.py", line 1572, in main
    shell.interp.runcommand(''.join(("print('", tkversionwarning, "')")))
AttributeError: 'NoneType' object has no attribute 'interp'

I also tried typing 'open /usr/local/bin/idle3.3' and it returned this:

No application knows how to open /usr/local/bin/idle3.3.
History
Date User Action Args
2014-03-07 09:31:48chester.burnssetrecipients: + chester.burns, ned.deily
2014-03-07 09:31:48chester.burnssetmessageid: <1394184708.54.0.338801610334.issue20863@psf.upfronthosting.co.za>
2014-03-07 09:31:48chester.burnslinkissue20863 messages
2014-03-07 09:31:48chester.burnscreate