Sridhar Ratnakumar <sridh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9045>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to