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 Katrine.Whiteson, ned.deily, ronaldoussoren
Date 2010-02-12.18:44:53
SpamBayes Score 4.263509e-06
Marked as misclassified No
Message-id <1266000295.27.0.47523713106.issue5651@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, earlier you said you installed Python 2.6.4 but, in your most recent message, it shows:

katrinewhiteson$ python
Python 2.6 (trunk:66714:66715M, Oct  1 2008, 18:36:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin

I'm not sure what that is but it's not python 2.6.4 nor a python.org python nor an Apple-supplied python.  So chances are it was linked with Tk 10.5 present on the system.  Type:
which python
to find out where this one is installed and, if necessary, remove it and re-install a python, like from the python.org installer, that was linked with Tk 8.4.  You then should see something like this:

Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
History
Date User Action Args
2010-02-12 18:44:55ned.deilysetrecipients: + ned.deily, ronaldoussoren, Katrine.Whiteson
2010-02-12 18:44:55ned.deilysetmessageid: <1266000295.27.0.47523713106.issue5651@psf.upfronthosting.co.za>
2010-02-12 18:44:53ned.deilylinkissue5651 messages
2010-02-12 18:44:53ned.deilycreate