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 Alex.Rodriguez, Sarth.Calhoun, mark.dickinson, michael.foord, ned.deily, ronaldoussoren, yandapanda
Date 2010-07-31.00:47:25
SpamBayes Score 0.10013599
Marked as misclassified No
Message-id <1280537247.61.0.452614395385.issue9227@psf.upfronthosting.co.za>
In-reply-to
Content
@Danielle: Are you sure you are launching the correct IDLE?  In a terminal window, enter the following shell commands and report the output:

  cd /Library/Frameworks/Python.framework/Versions/2.7/
  file lib/python2.7/lib-dynload/_tkinter.so
  otool -L lib/python2.7/lib-dynload/_tkinter.so
  bin/idle2.7

That last should launch idle for 2.7.  Quit it then in the Finder try double-clicking on the IDLE in /Applications/Python 2.7
History
Date User Action Args
2010-07-31 00:47:27ned.deilysetrecipients: + ned.deily, ronaldoussoren, mark.dickinson, michael.foord, Alex.Rodriguez, Sarth.Calhoun, yandapanda
2010-07-31 00:47:27ned.deilysetmessageid: <1280537247.61.0.452614395385.issue9227@psf.upfronthosting.co.za>
2010-07-31 00:47:26ned.deilylinkissue9227 messages
2010-07-31 00:47:25ned.deilycreate