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

Which Python 3.2 installation are you using?  There are two installers for 
Python 3.2 for Mac OS X downloadable from python.org, 32-bit-only and 
64-bit/32-bit. And which version of Tcl/Tk are you using?  Please start IDLE 
and report the first two lines shown in the "Python Shell" window, for instance:
Python 3.2 (r32:88452, Feb 20 2011, 10:19:59) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin

and then show the results of executing the following lines in the IDLE shell:

import _tkinter, subprocess
print(subprocess.getoutput("otool -L " + _tkinter.__file__))
print(subprocess.getoutput("ls -l /Library/Frameworks/Tk.framework/Versions"))

----------
assignee:  -> ned.deily
nosy: +ned.deily

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

Reply via email to