[issue18270] AttributeError: 'NoneType' object has no attribute 'interp'

2013-06-20 Thread Dennis Backhaus

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



[issue18270] AttributeError: 'NoneType' object has no attribute 'interp'

2013-06-20 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc added the comment:

PyShell.py, line 1541:
if shell and cmd or script:
Does it need parentheses?
if shell and (cmd or script):

--
nosy: +amaury.forgeotdarc

___
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



[issue18270] AttributeError: 'NoneType' object has no attribute 'interp'

2013-06-20 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
nosy: +kbk, roger.serwy, terry.reedy

___
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