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


Groups > comp.lang.python > #93547

Re: Trying to import numpy

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'installed.': 0.05; 'cc:addr:python-list': 0.09; 'modules.': 0.09; 'worked,': 0.09; 'python': 0.10; 'importing': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:import': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'work,': 0.21; 'os,': 0.22; 'trying': 0.22; 'errors': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'equally': 0.29; 'windows,': 0.29; 'system,': 0.30; 'work.': 0.30; 'probably': 0.31; 'point': 0.33; 'instead,': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'should': 0.36; '(and': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'sure': 0.39; 'some': 0.40; 'your': 0.60; 'internet,': 0.61; 'real': 0.62; 'making': 0.62; 'different': 0.63; 'spend': 0.67; 'jul': 0.72; '100%': 0.72; 'counts': 0.81; '3.4': 0.84; 'chrisa': 0.84; 'pip': 0.84; 'to:none': 0.91
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:cc :content-type; bh=zB6uGv1xeRL6cP4KNEY77CBc+nokC8PXWW9act1UaHE=; b=veJlxlJCDOrh/PO9G0mKWyXPC0/45qvQRlUQ45N5jbzjWWT2FVful2uumwQf1NpSsC ruUkK2JUQcI1W7w9oDrdZGI33gucvqx8Zv2pPU6EPwgHOObVSiYGHg2cKZ8xMICA2dJb EVGzfbBPc1kxiJXZc4r7lhYrFmD5KWv7h71QwSE4f0SP76wduN4io0WuUP4Z9FHtx4Vo M4cwSZgi0O36NARW+p1iRk1J+lMs+qGgytk62oVRYbFNAH2ePM5Ba1bMG/34SjDl44uX G/83EvsQ/bUOxBiDR4uSjrBCEkVk8jxtIIhYrDpVARDz9DOOhPOizZxE5mmbm+F0Wgk9 3Ksg==
MIME-Version 1.0
X-Received by 10.42.216.199 with SMTP id hj7mr40482358icb.11.1436245486682; Mon, 06 Jul 2015 22:04:46 -0700 (PDT)
In-Reply-To <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com>
References <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com>
Date Tue, 7 Jul 2015 15:04:46 +1000
Subject Re: Trying to import numpy
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.336.1436245490.3674.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1436245490 news.xs4all.nl 2914 [2001:888:2000:d::a6]:52422
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3995
X-Received-Body-CRC 2744515662
Xref csiph.com comp.lang.python:93547

Show key headers only | View raw


On Tue, Jul 7, 2015 at 1:17 PM, ryguy7272 <ryanshuell@gmail.com> wrote:
> I would say 100% of my errors come from importing python modules.  If this every worked, I could do some real work.  Instead, I spend 100% of my time trying to make thing that don't work, work.
>

I could equally say that 100% of your errors come from working on
Windows, and that if you were on a different OS, you could do some
real work. Or I could probably point out that 100% of your errors come
from using the internet, and that if you had a completely stand-alone
system, you could do some real work. You're blaming importing on
circumstantial evidence here, and that's not exactly fair.

Start by making sure you have Python 2.7.9 or better (and yes, 3.4
counts as "better"). It should come with pip already installed.

ChrisA

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