<div>Hi David,</div>
<div>            I tried what you told me and Im getting this error.Please let me know what to do next.</div>
<div> </div>
<div>$ python<br>Python 2.5.2 (r252:60911, Dec  2 2008, 09:26:14) <br>[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import numpy<br>>>> numpy.test()<br>Running unit tests for numpy<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 240, in test<br>
    self._show_system_info()<br>  File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 151, in _show_system_info<br>    nose = import_nose()<br>  File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py", line 51, in import_nose<br>
    raise ImportError(msg)<br>ImportError: Need nose >= 0.10.0 for tests - see <a href="http://somethingaboutorange.com/mrl/projects/nose">http://somethingaboutorange.com/mrl/projects/nose</a><br>>>> <br></div>

<div>Thanks and Regards,</div>
<div><br>Sandeep.<br><br></div>
<div class="gmail_quote">On Wed, Jun 24, 2009 at 8:35 AM, David Cournapeau <span dir="ltr"><<a href="mailto:david@ar.media.kyoto-u.ac.jp">david@ar.media.kyoto-u.ac.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">Sandeep Devadas wrote:<br>> Hi,<br>>         I got numpy working on Python under cygwin and am getting this<br>> error .<br>> Please let me know what to do as I am new to Python and dont know<br>
> anything.<br>><br>> $ python<br>> Python 2.5.2 (r252:60911, Dec  2 2008, 09:26:14)<br>> [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin<br>> Type "help", "copyright", "credits" or "license" for more information.<br>
> >>> import numpy<br>> >>> numpy.test( 10 )<br>> Traceback (most recent call last):<br>>   File "<stdin>", line 1, in <module><br>>   File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",<br>
> line 221, in test<br>>     argv = self._test_argv(label, verbose, extra_argv)<br>>   File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",<br>> line 141, in _test_argv<br>>     raise TypeError, 'Selection label should be a string'<br>
> TypeError: Selection label should be a string<br><br></div>You can test numpy as follows:<br>   >>> import numpy<br>   >>> numpy.test() # basic tests<br>   >>> numpy.test(label='full') # all tests, including slower ones<br>
   >>> numpy.test(verbose=10) # verbose output<br><br>IIRC, there are not that many more tests with label='full' than with the<br>default for numpy (the difference matters for scipy).<br>
<div>
<div></div>
<div class="h5"><br>cheers,<br><br>David<br>_______________________________________________<br>Numpy-discussion mailing list<br><a href="mailto:Numpy-discussion@scipy.org">Numpy-discussion@scipy.org</a><br><a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br>