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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19937>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to