Ali Torkamani | 18 Jun 2012 21:50
Picon

Installing NumPy

Hi Every body,

I'm trying to install NumPy on Python 2.7 for windows 32. But have had no success so far.

I appreciate any help.

Thanks,

Ali
_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
Emile van Sebille | 18 Jun 2012 23:15

Re: Installing NumPy

On 6/18/2012 12:50 PM Ali Torkamani said...
> Hi Every body,
>
> I'm trying to install NumPy on Python 2.7 for windows 32. But have had
> no success so far.

Hmmm.  I have Active State's version 2.7 installed on the machine I';m 
in front of today.  Launched and confirmed no numpy installed.  Then I 
downloaded and ran 
http://pypi.python.org/packages/2.7/n/numpy/numpy-1.6.2.win32-py2.7.exe 
and I can now import numpy.

What did you try?

Emile

_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Ali Torkamani | 18 Jun 2012 23:35
Picon

Re: Installing NumPy

Thanks. I installed active python and then ran numpy package installer, and now it seems liek I can import numpy.
Previously I had installed: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi

but there should be a problem connecting this one with numpy.

Thanks any way, it's working now!
Ali

On Mon, Jun 18, 2012 at 5:15 PM, Emile van Sebille <emile <at> fenx.com> wrote:
On 6/18/2012 12:50 PM Ali Torkamani said...

Hi Every body,

I'm trying to install NumPy on Python 2.7 for windows 32. But have had
no success so far.


Hmmm.  I have Active State's version 2.7 installed on the machine I';m in front of today.  Launched and confirmed no numpy installed.  Then I downloaded and ran http://pypi.python.org/packages/2.7/n/numpy/numpy-1.6.2.win32-py2.7.exe and I can now import numpy.

What did you try?

Emile

_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Gmane