Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Cody Piersall Newsgroups: comp.lang.python Subject: Re: Bug in Python 3.5.1 Date: Thu, 24 Dec 2015 08:46:21 -0600 Lines: 25 Message-ID: References: <10595588.447001.1450918663303.JavaMail.root@vms170031.mailsrvcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de nIefKToiblKAyJPY96TwIALOg22Zx7m9NJ/0CUhXOu0g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'skip:[ 20': 0.03; 'subject:Python': 0.05; 'exist.': 0.09; 'python': 0.10; 'package,': 0.13; 'wed,': 0.15; '23,': 0.16; 'install.': 0.16; 'installer,': 0.16; 'nick': 0.16; 'pygame': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'release?': 0.16; 'scipy,': 0.16; 'stuff.': 0.16; 'wrote:': 0.16; 'typing': 0.18; '>': 0.18; '2015': 0.20; 'trying': 0.22; 'dec': 0.23; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.213.174': 0.29; 'skip:[ 10': 0.31; 'probably': 0.31; 'received:google.com': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; '(and': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; "won't": 0.38; 'received:209': 0.38; 'why': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'side': 0.62; 'kindly': 0.64; 'dear': 0.67; 'future,': 0.70; 'yourself': 0.73; 'sir,': 0.79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=e+IwswKhvvrz+M8Vk5mrWeXeDNyfGuPdW9aZcXZxni8=; b=jKa21S/qF8bIQnKaMsKrVMto6yrzAgRf/Y2seYm7YWwbwDPyE4arm2BpMtcpGFXo9H pOPHbFjGBL+2XxFneCsDG3XPLnEKipE9v2DUu9wYvGCNaP+JAvNueD4sw2uyzPbseKxM ITUwuF+W/+jz+Ob7SshmJOoAAdd1KH9TyFnZO+boTyd40yceVpbehR8tVajhgKDEUy2y 1S+m5wl+72fLiw1kSXtjPlmOK/u8qJiuVoQ7nDRHtkUldY5er7RvPFAADQayYZ66ruzX zLe9qy0fR5Jhpr43RK9me5FBhrgWiVvPY94Z3JLahO7zmj3KuRTqaLVU+Ed9+7SqPJzU i+gQ== X-Received: by 10.50.225.1 with SMTP id rg1mr37381927igc.78.1450968381765; Thu, 24 Dec 2015 06:46:21 -0800 (PST) In-Reply-To: <10595588.447001.1450918663303.JavaMail.root@vms170031.mailsrvcs.net> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100810 On Wed, Dec 23, 2015 at 6:57 PM, 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/