Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.91.MISMATCH!newsfeed.xs4all.nl!newsfeed8.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'skip:\\ 10': 0.07; 'modules.': 0.09; 'python:': 0.09; 'assume': 0.11; 'importing': 0.15; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject:import': 0.16; 'url:pip': 0.16; 'wrote:': 0.16; 'file.': 0.22; 'trying': 0.22; 'errors': 0.23; 'third-party': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'followed': 0.27; 'specify': 0.27; "skip:' 10": 0.28; 'error.': 0.31; "can't": 0.32; 'hopefully': 0.33; 'right?': 0.33; 'safely': 0.33; 'open': 0.33; 'message- id:@gmail.com': 0.34; 'file': 0.34; 'clear': 0.35; 'path': 0.35; 'saved': 0.35; 'located': 0.36; 'modules': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'mean': 0.38; 'url:en': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'ever': 0.60; 'your': 0.60; 'here.': 0.62; 'charset:windows-1252': 0.62; 'url:latest': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Mon, 06 Jul 2015 22:38:15 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Trying to import numpy References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436243906 news.xs4all.nl 2884 [2001:888:2000:d::a6]:46396 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93546 On 07/06/2015 09:17 PM, ryguy7272 wrote: > I followed the instructions here. > https://pip.pypa.io/en/latest/installing.html > > > In the c-prompt, I get this error. > C:\>python get-pip.py > python: can't open file 'get-pip.py': [Errno 2] No such file or directory Is get-pip.py located in c:\? You have to specify the path to the location where you saved get-pip.py: C:\>python \path\to\get-pip.py Where \path\to is the path of where ever you placed the downloaded file. You did download get-pip.py, right? It's not clear from your post. I can safely say that importing modules works very well for most people. I assume you mean that you have errors trying to download and install third-party modules. Hopefully we can get you over this hurdle.