homepage

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 andrewlih, ned.deily
Date 2011年03月07日.17:24:14
SpamBayes Score 0.00050384965
Marked as misclassified No
Message-id <1299518655.39.0.37854291876.issue11431@psf.upfronthosting.co.za>
In-reply-to
Content
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"))
History
Date User Action Args
2011年03月07日 17:24:15ned.deilysetrecipients: + ned.deily, andrewlih
2011年03月07日 17:24:15ned.deilysetmessageid: <1299518655.39.0.37854291876.issue11431@psf.upfronthosting.co.za>
2011年03月07日 17:24:14ned.deilylinkissue11431 messages
2011年03月07日 17:24:14ned.deilycreate

AltStyle によって変換されたページ (->オリジナル) /