Re: NumPy installation won't import correctly

2009-12-06 Thread Alex
On Dec 1, 7:04 pm, Ethos wrote: > On Dec 1, 6:37 pm, David Cournapeau wrote: > > > On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote: > > > > I reinstallednumpy, from sourceforge, even though I had already > > > installed the latest version. Same business. 2.5 imports fine, 2.6 > > > doesn't. > > > >

Re: NumPy installation won't import correctly

2009-12-01 Thread Ethos
On Dec 1, 6:37 pm, David Cournapeau wrote: > On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote: > > > I reinstalled numpy, from sourceforge, even though I had already > > installed the latest version. Same business. 2.5 imports fine, 2.6 > > doesn't. > > > Here's the output of the commands you gave me

Re: NumPy installation won't import correctly

2009-12-01 Thread David Cournapeau
On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote: > > I reinstalled numpy, from sourceforge, even though I had already > installed the latest version. Same business. 2.5 imports fine, 2.6 > doesn't. > > Here's the output of the commands you gave me. Which exact version of mac os x are you using ? (t

Re: NumPy installation won't import correctly

2009-12-01 Thread Ethos
On Dec 1, 3:33 am, "Diez B. Roggisch" wrote: > Ethos wrote: > > I installed NumPy for python 2.6 on my leopard macbook, using the > > nifty mac installer they now provide. I have the 2.6 official python > > distro installed on my computer, in addition to the 2.5 that is native > > on the mac. When

Re: NumPy installation won't import correctly

2009-12-01 Thread Günther Dietrich
Ethos wrote: >I installed NumPy for python 2.6 on my leopard macbook, using the >nifty mac installer they now provide. I have the 2.6 official python >distro installed on my computer, in addition to the 2.5 that is native >on the mac. When I went to test out the installation, with 2.6, it >gave m

Re: NumPy installation won't import correctly

2009-12-01 Thread David Cournapeau
On Tue, Dec 1, 2009 at 7:47 PM, Ethos wrote: > ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/ > lib/python2.6/site-packages/numpy/core/multiarray.so, 2): no suitable > image found.  Did find: >        /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site- >

Re: NumPy installation won't import correctly

2009-12-01 Thread Diez B. Roggisch
Ethos wrote: > I installed NumPy for python 2.6 on my leopard macbook, using the > nifty mac installer they now provide. I have the 2.6 official python > distro installed on my computer, in addition to the 2.5 that is native > on the mac. When I went to test out the installation, with 2.6, it > ga

NumPy installation won't import correctly

2009-12-01 Thread Ethos
I installed NumPy for python 2.6 on my leopard macbook, using the nifty mac installer they now provide. I have the 2.6 official python distro installed on my computer, in addition to the 2.5 that is native on the mac. When I went to test out the installation, with 2.6, it gave me this: >>> import