Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Mark Lawrence Newsgroups: comp.lang.python Subject: Re: Bug in Python 3.5.1 Date: Thu, 24 Dec 2015 14:36:50 +0000 Lines: 23 Message-ID: References: <10595588.447001.1450918663303.JavaMail.root@vms170031.mailsrvcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Ba0e+7G8Hxems1LYjzoRFgZPJnVOmUBJJPzqLIfvQ0kg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'happen.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'assume': 0.11; 'nick': 0.16; 'pygame': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'release?': 0.16; 'scipy,': 0.16; 'wrote:': 0.16; 'language': 0.19; 'windows': 0.20; 'lawrence': 0.22; 'trying': 0.22; 'select': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'header :User-Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; "i'd": 0.31; 'core': 0.32; 'language.': 0.32; 'third': 0.33; 'installing': 0.35; 'there': 0.36; 'url:org': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'several': 0.38; 'to:addr:python.org': 0.40; 'mark': 0.40; 'charset:windows-1252': 0.62; 'kindly': 0.64; 'our': 0.64; 'dear': 0.67; 'future,': 0.70; 'teach': 0.70; 'sir,': 0.79; '3.5.1': 0.84; 'pip': 0.84; 'pythonistas,': 0.84; 'url:scipy': 0.84 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: host-92-21-245-167.as13285.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <10595588.447001.1450918663303.JavaMail.root@vms170031.mailsrvcs.net> 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:100808 On 24/12/2015 00:57, nisthesecond@verizon.net wrote: > Dear Sir, > I downloaded and installed Python 3.5.1 in Windows 10. > The pip command was not part of it. > In the future, can you kindly include numpy, scipy, and pygame as part of > the Python release? > I am a teacher trying to teach Python to my students. > To get a working version of Python going is extremely tedious. > Kind Regards, > Nick Srinivasan > pip is part of Python 3.5.1, I'd assume that you did not select it when you did the installion. Installing third party modules with core Python is never going to happen. However there are several distributions that do bundle things, see http://www.scipy.org/install.html -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence