X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 24 Jun 2009 17:18:15 +0530 Message-ID: Subject: Numpy error in Python. From: Sandeep Devadas To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello All, 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=A0 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() Running unit tests for numpy Traceback (most recent call last): =A0 File "", line 1, in =A0 File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 240, in test =A0=A0=A0 self._show_system_info() =A0 File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 151, in _show_system_info =A0=A0=A0 nose =3D import_nose() =A0 File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 51, in import_nose =A0=A0=A0 raise ImportError(msg) ImportError: Need nose >=3D 0.10.0 for tests - see http://somethingaboutorange.com/mrl/projects/nose >>> exit() Thanks and Regards, Sandeep. -- 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