[New-bugs-announce] [issue18270] AttributeError: 'NoneType' object has no attribute 'interp'
Dennis Backhaus
report at bugs.python.org
Thu Jun 20 16:40:02 CEST 2013
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 <report at bugs.python.org>
<http://bugs.python.org/issue18270>
_______________________________________
More information about the New-bugs-announce
mailing list