[Distutils] *ugh* - failure to easy_install numpy

2008-03-16 Thread skip
I have a new-ish MacBook Pro. When I installed it I used Apple's migration assitant to transfer content from my PowerBook. That left me with lots of Mach-O PPC shared object files. I've been sort of working my way through replacing things. Today I tried reinstalling numpy using easy_install

Re: [Distutils] *ugh* - failure to easy_install numpy

2008-03-16 Thread Dave Peterson
[EMAIL PROTECTED] wrote: Any idea what the problem might be? I'm using easy_install 0.6c7 with Python 2.6 (Subversion checkout). I don't know if 0.6c7 is the most recent version or not. Sorry, I've got no idea on the problem but I can answer your other question. There is at least a

Re: [Distutils] *ugh* - failure to easy_install numpy

2008-03-16 Thread Tarek Ziadé
On Sun, Mar 16, 2008 at 5:38 PM, [EMAIL PROTECTED] wrote: I have a new-ish MacBook Pro. When I installed it I used Apple's migration assitant to transfer content from my PowerBook. That left me with lots of Mach-O PPC shared object files. I've been sort of working my way through

Re: [Distutils] [Python-Dev] PEP 365 (Adding the pkg_resources module)

2008-03-16 Thread Phillip J. Eby
Quick summary of the below: I'm definitely fine with doing a simpler, pure-bootstrap module, if there's some consensus on what should go in it. I just wish we could've had this discussion last year, when OSAF was still able to fund the work... ;-) At 06:13 PM 3/16/2008 -0500, Guido van

[Distutils] virtualenv not respecting --no-site-packages for ZODB3?

2008-03-16 Thread Noah Gift
I am getting the following behavior when using virtualenv to easy_install ZODB3. [EMAIL PROTECTED]:10256][J:0]# virtualenv --no-site-packages zodbENV New python executable in zodbENV/bin/python Installing setuptools..done. [EMAIL PROTECTED]:10257][J:0]#

Re: [Distutils] [Python-Dev] PEP 365 (Adding the pkg_resources module)

2008-03-16 Thread Daniel Krech
On Mar 16, 2008, at 8:06 PM, Phillip J. Eby wrote: Quick summary of the below: I'm definitely fine with doing a simpler, pure-bootstrap module, if there's some consensus on what should go in it. I just wish we could've had this discussion last year, when OSAF was still able to fund the