Re: [Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-07 Thread Phillip J. Eby
At 11:48 AM 2/7/2006 -0800, Bob Ippolito wrote: >On Feb 7, 2006, at 5:37 AM, Phillip J. Eby wrote: >>I've implemented a similar - but different - patch. Yours causes >>setuptools' tests to fail on non-Mac platforms, including non-Mac >>darwin. > >Could you explain how? I don't see it. The condit

Re: [Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-07 Thread Bob Ippolito
On Feb 7, 2006, at 5:37 AM, Phillip J. Eby wrote: > At 02:07 PM 2/5/2006 -0800, Bob Ippolito wrote: >> On Feb 5, 2006, at 2:00 PM, Bob Ippolito wrote: >>> With the way that we're returning the distutils platform on the >>> universal branch of Mac OS X, we need another patch to >>> pkg_resources.

Re: [Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-07 Thread Phillip J. Eby
At 02:07 PM 2/5/2006 -0800, Bob Ippolito wrote: >On Feb 5, 2006, at 2:00 PM, Bob Ippolito wrote: >>With the way that we're returning the distutils platform on the >>universal branch of Mac OS X, we need another patch to >>pkg_resources. The reason for this is that >>distutils.util.get_platform() r

Re: [Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-05 Thread Bob Ippolito
On Feb 5, 2006, at 2:00 PM, Bob Ippolito wrote: With the way that we're returning the distutils platform on the universal branch of Mac OS X, we need another patch to pkg_resources. The reason for this is that distutils.util.get_platform() returns the platform that it is trying to produ

[Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-05 Thread Bob Ippolito
With the way that we're returning the distutils platform on the universal branch of Mac OS X, we need another patch to pkg_resources. The reason for this is that distutils.util.get_platform() returns the platform that it is trying to produce binaries for, which is often not the exact curre