[SciPy-user] scipy.io.mio.savemat error

Keith Goodman kwgoodman at gmail.com
Sun Jun 25 00:00:02 EDT 2006


After installing the latest numpy and scipy from svn, I get an error
when I use scipy.io.mio.savemat

/usr/local/lib/python2.4/site-packages/scipy/io/mio.py in
savemat(filename, dict)
    851         filename = filename + ".mat"
    852     fid = fopen(filename,'wb')
--> 853     M = not LittleEndian
    854     O = 0
    855     for variable in dict.keys():

NameError: global name 'LittleEndian' is not defined


>> scipy.__version__
'0.5.0.1999'

>> numpy.__version__
'0.9.9.2676'




More information about the SciPy-User mailing list