Re: [Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Chris Fonnesbeck
On Tue, Oct 20, 2009 at 10:20 AM, Robert Kern wrote: > I presume he's using the Enthought Python Distribution (disclosure: I work > for Enthought), which does have such a version number. It's basically a > not-entirely-palatable hack to make sure that users can install and > uninstall EPD in order

Re: [Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Robert Kern
On 2009-10-19 15:59 PM, Ronald Oussoren wrote: On 19 Oct, 2009, at 22:47, Chris Fonnesbeck wrote: Is there any way of convincing setuptools to *not* build for PPC? For some reason, it tries to build a universal binary by default: g++ -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.

Re: [Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Ronald Oussoren
On 19 Oct, 2009, at 22:47, Chris Fonnesbeck wrote: Is there any way of convincing setuptools to *not* build for PPC? For some reason, it tries to build a universal binary by default: g++ -arch i386 -arch ppc -isysroot /Developer/SDKs/ MacOSX10.4u.sdk ...etc Which results in errors: ld warn

[Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Chris Fonnesbeck
Is there any way of convincing setuptools to *not* build for PPC? For some reason, it tries to build a universal binary by default: g++ -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk ...etc Which results in errors: ld warning: in /Developer/SDKs/MacOSX10.4u.sdk/Library/Framework