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 prniii
Recipients prniii, ronaldoussoren
Date 2009-12-10.18:43:38
SpamBayes Score 0.00084100873
Marked as misclassified No
Message-id <1260470622.19.0.0787488117432.issue7473@psf.upfronthosting.co.za>
In-reply-to
Content
By excluding the x86_64 architecture from the supplied MacOS install, 
you are crippling the ability to build an 64-bit application that embeds 
python.  The Apple supplied universal binary includes all 3 architectures 
ppc, i386, and x86_64.  If you are going to supply a Mac build you need to 
do the same.  A 64-bit app has to link against 64-bit libraries, so the 
64-bit build IS NECESSARY.  You give no warning that you are excluding 1/3  
of the architectures from your build.  It also forces the unlucky 
downloader to circumvent the install, or rebuild from source.
History
Date User Action Args
2009-12-10 18:43:42prniiisetrecipients: + prniii, ronaldoussoren
2009-12-10 18:43:42prniiisetmessageid: <1260470622.19.0.0787488117432.issue7473@psf.upfronthosting.co.za>
2009-12-10 18:43:39prniiilinkissue7473 messages
2009-12-10 18:43:39prniiicreate