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


Groups > comp.lang.python > #35949

Re: numpy has got newtonsmethod?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin.stu.neva.ru!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <vlastimil.brom@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'url:sourceforge': 0.03; 'installed.': 0.05; 'extracted': 0.07; 'iterate': 0.09; 'assume': 0.11; 'equation.': 0.16; 'numpy': 0.16; 'scipy,': 0.16; 'appropriate': 0.20; 'question.': 0.20; 'import': 0.21; 'thanks.': 0.21; 'error.': 0.21; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'reply.': 0.28; 'python2.7': 0.29; 'url:mailman': 0.29; 'source': 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'traceback': 0.33; 'to:addr:python-list': 0.33; 'form.': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'url:mail': 0.40; 'telling': 0.61; 'story': 0.61; 'skip:n 10': 0.63; 'url:0': 0.67; 'url:11': 0.71; '(based': 0.84; 'subject:skip:n 10': 0.84
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:to :content-type; bh=Fx5twVSZawWKGiOBsMRRQt++3iJX5pe3AMUOH5uVg6g=; b=XZdhaWq7ojGF0D+EsVySqFz8OVTk09nx912dPAg4Qflk2CqbhlV0ctqG5wZw+3cvUj lhiGFPL8dj+8HJHye+oceDNZQz8giF8euO1gpI5IPWu5+TCgOVI+HRBVnOfY0pXaPLbp s2sRU1lIQWRze4O+VCLbVQtpIu7n9qbMzDxTKpCVW0weWvBJB4K5pITzg9fAmGeIeJgw lo1hQ9dGT8aSKx4OhiLD7u733YpPqH9uqCT2jE4OuelYXcjoA/wlTOIddL2GdiyjzgdF Ybesqec5ih/KIZ3iVjonyHTCFBlPrWX8gMch3rx6P7yhEMp/NzgJ6KyAWjiMV6gleJpv 9J6g==
MIME-Version 1.0
In-Reply-To <c72534a5-038c-4fa0-b2ea-661ab9ae67c7@googlegroups.com>
References <a1c300dc-b593-499f-b619-8931173f552a@googlegroups.com> <mailman.1538.1357084614.29569.python-list@python.org> <c72534a5-038c-4fa0-b2ea-661ab9ae67c7@googlegroups.com>
Date Wed, 2 Jan 2013 02:09:54 +0100
Subject Re: numpy has got newtonsmethod?
From Vlastimil Brom <vlastimil.brom@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1546.1357089003.29569.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357089003 news.xs4all.nl 6865 [2001:888:2000:d::a6]:47253
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:35949

Show key headers only | View raw


2013/1/2 Usama Khan <usamazohad@gmail.com>:
> thanks. .
>
> but how to instal scipy. because its in .rar form. .i have extracted the files to the place where python2.7 is installed. . but everytime i write import sciPy. .it give me error. .
> nd regarding ur question. .
>
> its a long story telling u why i have just ask this breif question. . anyways thanks . .waiing for ur reply. .
>
> i just want to iterate my complex equation. .
>
> how can i import newtonsmethod from numpy as numpy is successfully insalled. .:)
> --
> http://mail.python.org/mailman/listinfo/python-list

I assume (based on the traceback you posted), that you are using
windows; in that case you can use the appropriate ready made
installers for SciPy, instead of the source files; see.:
http://sourceforge.net/projects/scipy/files/scipy/0.11.0/
e.g.:
scipy-0.11.0-win32-superpack-python2.7.exe


hth,
  vbr

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


Thread

numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 15:01 -0800
  Re: numpy has got newtonsmethod? Chris Angelico <rosuav@gmail.com> - 2013-01-02 10:10 +1100
    Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:34 -0800
      Re: numpy has got newtonsmethod? alex23 <wuwei23@gmail.com> - 2013-01-01 16:46 -0800
        Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 17:00 -0800
      Re: numpy has got newtonsmethod? Chris Angelico <rosuav@gmail.com> - 2013-01-02 15:10 +1100
    Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:34 -0800
  Re: numpy has got newtonsmethod? Vlastimil Brom <vlastimil.brom@gmail.com> - 2013-01-02 00:56 +0100
    Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:28 -0800
      Re: numpy has got newtonsmethod? alex23 <wuwei23@gmail.com> - 2013-01-01 16:43 -0800
      Re: numpy has got newtonsmethod? Vlastimil Brom <vlastimil.brom@gmail.com> - 2013-01-02 02:09 +0100
    Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:28 -0800
      Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:42 -0800
        Re: numpy has got newtonsmethod? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-02 02:04 +0000
      Re: numpy has got newtonsmethod? Usama Khan <usamazohad@gmail.com> - 2013-01-01 16:42 -0800

csiph-web