X-Recipient: archive-cygwin@delorie.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 <jason@tishler.net>
To: cygwin@cygwin.com
Subject: Re: Numpy error in Python.
Message-id: <20090624120253.GA5200@tishler.net>
Mail-followup-to: cygwin@cygwin.com
References: <bacddaf50906240448h4e6135f0t8a12ce0017387cb7@mail.gmail.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
In-reply-to: <bacddaf50906240448h4e6135f0t8a12ce0017387cb7@mail.gmail.com>
User-Agent: Mutt/1.4.2.1i
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

