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