[issue6111] Impossible to change preferences in IDLE

Ronald Oussoren report at bugs.python.org
Tue May 26 18:24:00 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Wrt. the question about tracebacks, I get the following exception when I 
click on the Apply button:

 /Applications/Python\ 3.1/IDLE.app/Contents/MacOS/IDLE
Exception in Tkinter callback
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/tkinter
/__init__.py", line 1399, in __call__
    return self.func(*args)
  File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib
/configDialog.py", line 1129, in Apply
    self.DeactivateCurrentConfig()
  File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib
/configDialog.py", line 1107, in DeactivateCurrentConfig
    winInstances = self.parent.instance_dict.keys()
  File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/tkinter
/__init__.py", line 1708, in __getattr__
    return getattr(self.tk, attr)
AttributeError: 'tkapp' object has no attribute 'instance_dict'

----------

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


More information about the Python-bugs-list mailing list