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 srid
Recipients RolandJ, ned.deily, ronaldoussoren, srid
Date 2010-06-28.18:31:16
SpamBayes Score 0.004396355
Marked as misclassified No
Message-id <DDF29E90-EA3D-490B-859C-71F1346C2841@activestate.com>
In-reply-to <1277642911.08.0.532507309123.issue9045@psf.upfronthosting.co.za>
Content
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
History
Date User Action Args
2010-06-28 18:31:19sridsetrecipients: + srid, ronaldoussoren, ned.deily, RolandJ
2010-06-28 18:31:17sridlinkissue9045 messages
2010-06-28 18:31:16sridcreate