[issue9045] 2.7rc1: 64-bit OSX installer is not built with 64-bit tkinter

Sridhar Ratnakumar report at bugs.python.org
Mon Jun 28 20:31:19 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

On 2010-06-27, at 5:48 AM, Ronald Oussoren wrote:

> Even when building using an SDK you can use frameworks in /Library/Frameworks because $SDKROOT/Library/Frameworks is a symlink to the real /Library/Frameworks.

When building on 10.6, we are relying on Apple's Tcl/Tk 8.5 in /System/Library/Frameworks 

But 10.5 SDK only has Tcl/Tk 8.4 (i386+ppc) on a 10.6 machine:
$ ls -l /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Tcl.framework/Versions/
total 8
drwxr-xr-x  3 root  wheel  170 19 Jan 18:21 8.4
lrwxr-xr-x  1 root  wheel    3 19 Jan 18:19 Current -> 8.4

For Python 2.7, do you think it is possible to use the (64-bit) Tcl/Tk 8.5 from /System/Library/Framework when building with 10.5 SDK on a 10.6 machine?

-srid

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9045>
_______________________________________


More information about the Python-bugs-list mailing list