[SciPy-Dev] AttributeError: 'module' object has no attribute 'write_array'

Ralf Gommers ralf.gommers at googlemail.com
Tue Jun 22 09:31:13 EDT 2010


Those tests are not in trunk anymore, you have to clean your build/install
dir.

Cheers,
Ralf


On Tue, Jun 22, 2010 at 1:14 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de>wrote:

> >>> scipy.__version__
> '0.9.0.dev6558'
>
> ======================================================================
> ERROR: test_complex (test_array_import.TestReadArray)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
>
> "/home/nwagner/local/lib64/python2.6/site-packages/scipy/io/tests/test_array_import.py",
> line 38, in test_complex
>     io.write_array(fname,a)
> AttributeError: 'module' object has no attribute
> 'write_array'
>
> ======================================================================
> ERROR: test_float (test_array_import.TestReadArray)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
>
> "/home/nwagner/local/lib64/python2.6/site-packages/scipy/io/tests/test_array_import.py",
> line 46, in test_float
>     io.write_array(fname,a)
> AttributeError: 'module' object has no attribute
> 'write_array'
>
> ======================================================================
> ERROR: test_integer (test_array_import.TestReadArray)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
>
> "/home/nwagner/local/lib64/python2.6/site-packages/scipy/io/tests/test_array_import.py",
> line 55, in test_integer
>     io.write_array(fname,a)
> AttributeError: 'module' object has no attribute
> 'write_array'
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100622/037fcc25/attachment.html>


More information about the SciPy-Dev mailing list