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 Ryan.Z
Recipients Ryan.Z, ronaldoussoren
Date 2013-12-09.13:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386596020.76.0.208874282893.issue19937@psf.upfronthosting.co.za>
In-reply-to
Content
After I installed a wrong version pygame on OSX 10.9, and may updated something OSX, Then, I can't launch the IDLE, 
It appears on the dock, then quit at the same moment.


bogon:~ RyanZ$ /usr/local/bin/python3.3 -m idlelib
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/__main__.py", line 9, in <module>
    idlelib.PyShell.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-09 13:33:40Ryan.Zsetrecipients: + Ryan.Z, ronaldoussoren
2013-12-09 13:33:40Ryan.Zsetmessageid: <1386596020.76.0.208874282893.issue19937@psf.upfronthosting.co.za>
2013-12-09 13:33:40Ryan.Zlinkissue19937 messages
2013-12-09 13:33:40Ryan.Zcreate