This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients brianckeegan, ned.deily
Date 2012-10-09.18:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349808031.19.0.2298415773.issue16177@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-09 18:40:31ned.deilysetrecipients: + ned.deily, brianckeegan
2012-10-09 18:40:31ned.deilysetmessageid: <1349808031.19.0.2298415773.issue16177@psf.upfronthosting.co.za>
2012-10-09 18:40:31ned.deilylinkissue16177 messages
2012-10-09 18:40:31ned.deilycreate