How to store numeric array in disk

Janko Hauser jhauser at ifm.uni-kiel.de
Fri Apr 27 07:34:50 EDT 2001


Janko Hauser <jhauser at ifm.uni-kiel.de> writes:

> myfile should be an opened file object like
> 
> py> myfile=open('h:\\python21\\prob.pik','rb')
> 
Sorry, braindead typo, make this

py> myfile=open('h:\\python21\\prob.pik','wb')

to actually write to the file 

__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list