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


Groups > comp.lang.python > #93546

Re: Trying to import numpy

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 <torriem+gmail@torriefamily.org>
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 <torriem@gmail.com>
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 <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com>
In-Reply-To <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.335.1436243906.3674.python-list@python.org> (permalink)
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

Show key headers only | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Trying to import numpy ryguy7272 <ryanshuell@gmail.com> - 2015-07-06 20:17 -0700
  Re: Trying to import numpy Michael Torrie <torriem@gmail.com> - 2015-07-06 22:38 -0600
  Re: Trying to import numpy Chris Angelico <rosuav@gmail.com> - 2015-07-07 15:04 +1000
  Re: Trying to import numpy Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-07 08:00 +0100
  Re: Trying to import numpy Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-07 09:23 -0400
  Re: Trying to import numpy Terry Reedy <tjreedy@udel.edu> - 2015-07-07 12:32 -0400
  Re: Trying to import numpy Laurent Pointal <laurent.pointal@free.fr> - 2015-07-07 19:53 +0200

csiph-web