New submission from Dennis Backhaus:

It just worked fine yesterday, but when I start IDLE (with and without trying 
to open a file at the same time) I get this error.


 Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/idle", line 5, in 
<module>
    main()
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py",
 line 1560, in main
    shell.interp.runcommand(''.join(("print('", tkversionwarning, "')")))
AttributeError: 'NoneType' object has no attribute 'interp'

----------
components: IDLE
messages: 191518
nosy: dbackhaus
priority: normal
severity: normal
status: open
title: AttributeError: 'NoneType' object has no attribute 'interp'
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18270>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to