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 ned.deily, phyreman, ronaldoussoren
Date 2011-03-09.03:25:35
SpamBayes Score 0.0015075663
Marked as misclassified No
Message-id <1299641136.58.0.182046687597.issue7896@psf.upfronthosting.co.za>
In-reply-to
Content
Now that ActiveState has released a version of Tcl/Tk 8.5 (8.5.9.2) for Mac OS X that is also an Aqua Cocoa Tk (like the Apple-supplied Tk 8.5.7 in 10.6), versions of Python linked with the new ActiveTcl 8.5.9 do not display the kind of problem reported here as well as a number of other problems reported elsewhere.  For 2.6 (which is now in security-fix-only mode since the release of Python 2.7), you might need to modify Python's setup.py to link properly with the ActiveState 8.5.9 or with Tcl/Tk 8.4.

There is now a webpage that summarizes the somewhat confusing state of affairs with regard to Tcl/Tk support with Python on Mac OS X:

  http://www.python.org/download/mac/tcltk/
History
Date User Action Args
2011-03-09 03:25:36ned.deilysetrecipients: + ned.deily, ronaldoussoren, phyreman
2011-03-09 03:25:36ned.deilysetmessageid: <1299641136.58.0.182046687597.issue7896@psf.upfronthosting.co.za>
2011-03-09 03:25:36ned.deilylinkissue7896 messages
2011-03-09 03:25:35ned.deilycreate