Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41660 > unrolled thread

Binary for numpy 1.7.0 with Python 2.7.3

Started by"Colin J. Williams" <cjw@ncf.ca>
First post2013-03-21 15:40 -0400
Last post2013-03-21 18:49 -0700
Articles 6 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Binary for numpy 1.7.0 with Python 2.7.3 "Colin J. Williams" <cjw@ncf.ca> - 2013-03-21 15:40 -0400
    Re: Binary for numpy 1.7.0 with Python 2.7.3 Dave Angel <davea@davea.name> - 2013-03-21 16:00 -0400
      Re: Binary for numpy 1.7.0 with Python 2.7.3 "Colin J. Williams" <cjw@ncf.ca> - 2013-03-21 18:16 -0400
      Re: Binary for numpy 1.7.0 with Python 2.7.3 "Colin J. Williams" <cjw@ncf.ca> - 2013-03-21 18:16 -0400
    Re: Binary for numpy 1.7.0 with Python 2.7.3 Kwpolska <kwpolska@gmail.com> - 2013-03-21 21:05 +0100
    Re: Binary for numpy 1.7.0 with Python 2.7.3 Miki Tebeka <miki.tebeka@gmail.com> - 2013-03-21 18:49 -0700

#41660 — Binary for numpy 1.7.0 with Python 2.7.3

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-03-21 15:40 -0400
SubjectBinary for numpy 1.7.0 with Python 2.7.3
Message-ID<kifnml$qae$1@theodyn.ncf.ca>
How do I find the binaries on Source Forge?

I'm trying to update to both 2.7.3 and Numpy 1.7.0.

Colin W

[toc] | [next] | [standalone]


#41663

FromDave Angel <davea@davea.name>
Date2013-03-21 16:00 -0400
Message-ID<mailman.3597.1363896068.2939.python-list@python.org>
In reply to#41660
On 03/21/2013 03:40 PM, Colin J. Williams wrote:
> How do I find the binaries on Source Forge?
>
> I'm trying to update to both 2.7.3 and Numpy 1.7.0.
>
> Colin W

Best answer might depend on what OS you're running, and what 
implementation of Python you're after.

Why would you look on SourceForge for Python;  get it from Python.org

    http://www.python.org/getit/

or you may want the one from ActiveState, also linked from that page.

or you may just want to get it from your Linux distro, perhaps from the 
Synaptic Package Manager.

For numpy, try:

     http://www.scipy.org/Download



-- 
DaveA

[toc] | [prev] | [next] | [standalone]


#41672

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-03-21 18:16 -0400
Message-ID<514B86D7.1000505@ncf.ca>
In reply to#41663
On 21/03/2013 4:00 PM, Dave Angel wrote:
> On 03/21/2013 03:40 PM, Colin J. Williams wrote:
>> How do I find the binaries on Source Forge?
>>
>> I'm trying to update to both 2.7.3 and Numpy 1.7.0.
>>
>> Colin W
>
> Best answer might depend on what OS you're running, and what
> implementation of Python you're after.
>
> Why would you look on SourceForge for Python;  get it from Python.org
>
>     http://www.python.org/getit/
>
> or you may want the one from ActiveState, also linked from that page.
>
> or you may just want to get it from your Linux distro, perhaps from the
> Synaptic Package Manager.
>
> For numpy, try:
>
>      http://www.scipy.org/Download
>
>
>
I'm not trying to get the Python, that's clearly available from python.org.

The SciPy/Numpy page refers to sourceforge.

KWPolska referred me to PyPi., using that is a smooth job to retrieve 
Numpy..

Thanks to both.

Colin W.

[toc] | [prev] | [next] | [standalone]


#41674

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-03-21 18:16 -0400
Message-ID<mailman.3604.1363905307.2939.python-list@python.org>
In reply to#41663
On 21/03/2013 4:00 PM, Dave Angel wrote:
> On 03/21/2013 03:40 PM, Colin J. Williams wrote:
>> How do I find the binaries on Source Forge?
>>
>> I'm trying to update to both 2.7.3 and Numpy 1.7.0.
>>
>> Colin W
>
> Best answer might depend on what OS you're running, and what
> implementation of Python you're after.
>
> Why would you look on SourceForge for Python;  get it from Python.org
>
>     http://www.python.org/getit/
>
> or you may want the one from ActiveState, also linked from that page.
>
> or you may just want to get it from your Linux distro, perhaps from the
> Synaptic Package Manager.
>
> For numpy, try:
>
>      http://www.scipy.org/Download
>
>
>
I'm not trying to get the Python, that's clearly available from python.org.

The SciPy/Numpy page refers to sourceforge.

KWPolska referred me to PyPi., using that is a smooth job to retrieve 
Numpy..

Thanks to both.

Colin W.

[toc] | [prev] | [next] | [standalone]


#41664

FromKwpolska <kwpolska@gmail.com>
Date2013-03-21 21:05 +0100
Message-ID<mailman.3598.1363896351.2939.python-list@python.org>
In reply to#41660
On Thu, Mar 21, 2013 at 8:40 PM, Colin J. Williams <cjw@ncf.ca> wrote:
> How do I find the binaries on Source Forge?
>
> I'm trying to update to both 2.7.3 and Numpy 1.7.0.
>
> Colin W
> --
> http://mail.python.org/mailman/listinfo/python-list

You don’t.  First off, nobody really likes nor uses SourceForge today.
 Python can be found on the website, http://www.python.org/getit/ and
numpy is in the PyPI: https://pypi.python.org/pypi/numpy .  Both links
have Windows binaries, which I assume you want.

--
Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16
stop html mail                | always bottom-post
http://asciiribbon.org        | http://caliburn.nl/topposting.html

[toc] | [prev] | [next] | [standalone]


#41683

FromMiki Tebeka <miki.tebeka@gmail.com>
Date2013-03-21 18:49 -0700
Message-ID<bf671c7f-f47f-40f3-8435-96fd713676bc@googlegroups.com>
In reply to#41660
> I'm trying to update to both 2.7.3 and Numpy 1.7.0.
Updating Python is from python.org

If you're on 64bit windows, see http://www.lfd.uci.edu/~gohlke/pythonlibs/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web