Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'scipy': 0.05; '101': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:Modules': 0.09; 'python': 0.10; '2.7': 0.13; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wing': 0.16; 'wrote:': 0.16; 'language': 0.19; 'lawrence': 0.22; 'thanks,': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X -Complaints-To:1': 0.26; 'appreciated.': 0.27; 'matplotlib': 0.29; 'asked': 0.29; 'work.': 0.30; 'language.': 0.32; 'beginning': 0.36; 'guidance': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'end': 0.39; 'why': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'email addr:gmail.com': 0.62; 'charset:windows-1252': 0.62; 'above,': 0.63; 'our': 0.64; 'pip': 0.84; 'pythonistas,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Procedure for downloading and Installing Python 2.7 Modules Date: Tue, 21 Jul 2015 00:39:36 +0100 References: <55AC2152.3090005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-146-12-203.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <55AC2152.3090005@gmail.com> 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: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437435607 news.xs4all.nl 2938 [2001:888:2000:d::a6]:57758 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94248 On 19/07/2015 23:14, W. D. Allen wrote: > Would like to locate and install numpy, scipy and matplotlib > with Wing 101 for Python 2.7 > > Just beginning to use Python 2.7 for engineering work. > > Any guidance would be appreciated. > > Thanks, > > WDA > ballensr@gmail.com > > end > Just use pip from the command line for your OS. It might even be that:- pip install scipy grabs everything that you've asked for above, why not try it and see? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence