Hello,

as said in the subject, the following code produces an error. Is it normal ?

**********************************************************
A = r_[1]
file_buffer = StringIO()
A.tofile(file_buffer)

IOError: first argument must be a string or open file
**********************************************************
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to