This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Numpy error in Python.


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? 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):
? File "<stdin>", line 1, in <module>
? File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 240, in test
??? self._show_system_info()
? File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 151, in _show_system_info
??? nose = import_nose()
? File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 51, in import_nose
??? raise ImportError(msg)
ImportError: Need nose >= 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]