[issue19937] IDLE can't be launch

Ryan Z report at bugs.python.org
Mon Dec 9 14:33:40 CET 2013


New submission from Ryan Z:

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'

----------
assignee: ronaldoussoren
components: Macintosh
messages: 205692
nosy: Ryan.Z, ronaldoussoren
priority: normal
severity: normal
status: open
title: IDLE can't be launch
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19937>
_______________________________________


More information about the Python-bugs-list mailing list