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 Omanand.Jha.Vatsa, ned.deily, ronaldoussoren
Date 2012-09-25.06:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348556232.4.0.0272680501005.issue16032@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-25 06:57:12ned.deilysetrecipients: + ned.deily, ronaldoussoren, Omanand.Jha.Vatsa
2012-09-25 06:57:12ned.deilysetmessageid: <1348556232.4.0.0272680501005.issue16032@psf.upfronthosting.co.za>
2012-09-25 06:57:11ned.deilylinkissue16032 messages
2012-09-25 06:57:11ned.deilycreate