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 ronaldoussoren
Recipients keflavich, ned.deily, ronaldoussoren, wordtech
Date 2009-09-06.21:03:34
SpamBayes Score 0.0006593418
Marked as misclassified No
Message-id <1252271017.01.0.0521065876125.issue6441@psf.upfronthosting.co.za>
In-reply-to
Content
The (untested) attached patch ("setup-tk-archs.patch") updates the code in 
setup.py to automaticly detect the architectures that are supported by the 
Tk framework and passes '-arch' flags to the compiler for the intersection 
of the configured architectures for Python and the architectures supported 
by Tk.framework.
History
Date User Action Args
2009-09-06 21:03:37ronaldoussorensetrecipients: + ronaldoussoren, wordtech, ned.deily, keflavich
2009-09-06 21:03:37ronaldoussorensetmessageid: <1252271017.01.0.0521065876125.issue6441@psf.upfronthosting.co.za>
2009-09-06 21:03:35ronaldoussorenlinkissue6441 messages
2009-09-06 21:03:35ronaldoussorencreate