[issue5232] Setting font from preference dialog in IDLE on OS X broken

Brad Miller report at bugs.python.org
Wed Mar 18 03:21:23 CET 2009


Brad Miller <bonelake at gmail.com> added the comment:

I get the same problem when I try to change the key set.  This is on on 
intel build using Tk 8.5, and the latest 3.1 source checked out with 
bzr.  

I too changed the order of /Library/Frameworks and 
/System/Library/Frameworks in setup.py

A simple fix for me was to add the line

root.instance_dict = {}

in macosxsupport.py  That does not seem to have any other ill effects.

----------
nosy: +bmiller

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


More information about the Python-bugs-list mailing list