[issue16032] IDLE 3.2 is crashing multiple times

Ned Deily report at bugs.python.org
Tue Sep 25 08:57:12 CEST 2012


Ned Deily added the comment:

Odd, it works for me. Check to make sure it really got installed:

$ cd /Library/Frameworks/Tk.framework/
$ grep PATCH tkConfig.sh 
TK_PATCH_LEVEL='.11'

You could manually delete the frameworks and try installing again:

$ cd /Library/Frameworks
$ sudo rm -r ./Tcl.framework
$ sudo rm -r ./Tk.framework

----------

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


More information about the Python-bugs-list mailing list