[Pythonmac-SIG] easy_install question

2007-04-22 Thread Ulysses Known
Hi, I just used easy_install to install a package on OSX 10.4.9 (MacBook Pro) and noted that the built egg has the following name: FOO-py2.5-macosx-10.3-fat.egg I looked inside the egg and yes, there are "fat" (PPC and Intel) shared objects. I tried looking through the PEAK website and the dist

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
On 4/23/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > On 23 Apr, 2007, at 3:44, Ulysses Known wrote: > > Hi, > > > > I just used easy_install to install a package on OSX 10.4.9 (MacBook > > Pro) and noted that the built egg has the following name: >

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
Thanks to Ronald and Kevin for their replies. > On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" <[EMAIL PROTECTED]> > wrote: > >I was wondering more along the lines of distutils.cfg so that I would > >set it once for this system and then have it aff

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
> On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" > >I was wondering more along the lines of distutils.cfg so that I would > >set it once for this system and then have it affect all the installs > >thereafter. Ulysses Known wrote: > The answer (implied,