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

Nils Wagner nwagner at iam.uni-stuttgart.de
Mon Jun 21 13:14:07 EDT 2010


>>> 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'




More information about the SciPy-Dev mailing list