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: 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: References: Date: Wed, 2 Jan 2013 02:09:54 +0100 Subject: Re: numpy has got newtonsmethod? From: Vlastimil Brom 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 2013/1/2 Usama Khan : > 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