[Numpy-discussion] TypeError when writing .data with python 2.5.1

Glen W. Mabey Glen.Mabey at swri.org
Fri Apr 27 09:38:28 EDT 2007


The following works fine with a python 2.4.3 installation, but with
2.5.1 I get:


In [1]:import numpy

In [2]:fid = file( '/tmp/tfile', 'w' )

In [3]:fid.write( numpy.zeros( 55 ).data )
---------------------------------------------------------------------------
<type 'exceptions.TypeError'>             Traceback (most recent call last)

/home/gmabey/src/R9619_dev_acqlibweb/Projects/R9619_NChannelDetection/NED/<ipython console> in <module>()

<type 'exceptions.TypeError'>: non-character (or 8-bit) array cannot be interpreted as character buffer
> <ipython console>(1)<module>()


I haven't tried it with python 2.5

Glen




More information about the NumPy-Discussion mailing list