Ned Deily <n...@acm.org> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5651>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to