X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,BOTNET,J_CHICKENPOX_12 X-Spam-Check-By: sourceware.org Date: Wed, 24 Jun 2009 08:02:53 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Numpy error in Python. Message-id: <20090624120253.GA5200@tishler.net> Mail-followup-to: cygwin AT cygwin DOT com References: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline In-reply-to: User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Sandeep, On Wed, Jun 24, 2009 at 05:18:15PM +0530, Sandeep Devadas wrote: > I have imported the python-numpy package and am trying to import numpy > into python on bash.I am getting this error as shown below.Please let > me know what to do. > > $ python > Python 2.5.2 (r252:60911, Dec? 2 2008, 09:26:14) > [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import numpy > >>> numpy.test() > [snip] > ??? raise ImportError(msg) > ImportError: Need nose >= 0.10.0 for tests - see > http://somethingaboutorange.com/mrl/projects/nose > >>> exit() Seems like you need to (build and) install nose. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple