[issue16177] IDLE Crash on Open Parens

Ned Deily report at bugs.python.org
Tue Oct 9 20:40:31 CEST 2012


Ned Deily added the comment:

I've not seen any reports of this behavior before.  Can you try two things?  One, try temporarily disabling your current IDLE preferences. Quit IDLE, then from a terminal shell, type something like:

mv ~/.idlerc ~/.idlerc-disabled

then launch IDLE and try the paren again.  If that doesn't help, try temporarily disabling the ActiveState Tk.  Again, quit IDLE. Then, from a terminal shell:

cd /Library/Frameworks
sudo mv Tcl.framework Tcl-disabled
sudo mv Tk.framework Tk-disabled

Then try IDLE again.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list