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 Sophie.Chancheong
Recipients Sophie.Chancheong, ned.deily
Date 2013-12-24.00:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387843685.39.0.358056479745.issue20054@psf.upfronthosting.co.za>
In-reply-to
Content
when i try to start it from terminal i get:

sophiesmac:~ Sophie$ /usr/local/bin/idle3.3
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'
History
Date User Action Args
2013-12-24 00:08:05Sophie.Chancheongsetrecipients: + Sophie.Chancheong, ned.deily
2013-12-24 00:08:05Sophie.Chancheongsetmessageid: <1387843685.39.0.358056479745.issue20054@psf.upfronthosting.co.za>
2013-12-24 00:08:05Sophie.Chancheonglinkissue20054 messages
2013-12-24 00:08:05Sophie.Chancheongcreate