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


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

Re: Bug in Python 3.5.1

Started byCody Piersall <cody.piersall@gmail.com>
First post2015-12-24 08:46 -0600
Last post2015-12-24 08:46 -0600
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Bug in Python 3.5.1 Cody Piersall <cody.piersall@gmail.com> - 2015-12-24 08:46 -0600

#100810 — Re: Bug in Python 3.5.1

FromCody Piersall <cody.piersall@gmail.com>
Date2015-12-24 08:46 -0600
SubjectRe: Bug in Python 3.5.1
Message-ID<mailman.112.1450968390.2237.python-list@python.org>
On Wed, Dec 23, 2015 at 6:57 PM, <nisthesecond@verizon.net> wrote:
>     Dear Sir,
>    In the future, can you kindly include numpy, scipy, and pygame as part
of
>    the Python release?
>    Nick Srinivasan

Hello Nick,

Any time you want to install a Python package, the first thing you should
try is typing "pip install [package-name]".  If that doesn't work (and it
often doesn't), you should check [Christoph Golke's website] for the
package you're trying to install.

If you want to download Python and have numpy, scipy, and Python in one
installer, I recommend using [Anaconda].  You will still have to download
pygame yourself (I think).  Anaconda is a pretty big download, but the plus
side is that it comes with lots of packages so probably won't have to
install as much stuff.

There is no way that numpy, scipy, and pygame will become a part of the
Python release; that's why redistributors like Anaconda exist.

[Anaconda]: https://www.continuum.io/downloads#_windows
[Christoph Golke's website]: http://www.lfd.uci.edu/~gohlke/pythonlibs/

[toc] | [standalone]


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


csiph-web