[SciPy-user] problems with scipy.io.readarray

Remco.Strijbos at jdsu.com Remco.Strijbos at jdsu.com
Thu Jun 6 05:20:33 EDT 2002


I try to read a file into an array in with

from scipy import io
x=io.read_array('test.dat')

but get the following traceback

Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "C:\Python22\Lib\site-packages\scipy\io\array_import.py", line 319,
  in read_array
    colsize, collist = getcolumns(ascii_object, columns, sep)
  File "C:\Python22\Lib\site-packages\scipy\io\array_import.py", line 247,
  in getcolumns
    val = process_line(firstline, separator, collist, [Numeric.Float]*N, 0)
  File "C:\Python22\Lib\site-packages\scipy\io\array_import.py", line 227,
  in process_line
    vals[k] = extract_columns(arlist, collist[k], atype[k], missing)
  File "C:\Python22\Lib\site-packages\scipy\io\array_import.py", line 205,
  in extract_columns
    return numpyio.convert_objectarray(toconvlist, atype, missing)
SystemError: D:
\trentm\main\Apps\ActivePython-2_2\src\Core\Objects\methodobject.c:33: bad
argument to internal function

I used: SciPy-0_2_0_alpha_102_3553_win32-py2_2.exe on Win NT

Any idea what is going wrong?

Best regards,

Remco Strijbos



This email contains information that may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee),
you may not use, copy or disclose this message to anybody or the
information contained herein. If you have received this email in error,
please notify the sender and delete this message.  Thank you.






More information about the SciPy-User mailing list