Re: Error with: pickle.dumps(numpy.float32)

2006-08-16 Thread Iljya
numpy.float32) 'c__builtin__\nfloat32_arrtype\np0\n.' The name binding must also be present when unpickling. Iljya Kalai Ziga Seilnacht wrote: > Iljya wrote: > > I have reproduced the error with Numpy 1.0b1 > > > > The output with v.1.0b1 reads: > > Picklin

Re: Error with: pickle.dumps(numpy.float32)

2006-08-16 Thread Iljya
I have reproduced the error with Numpy 1.0b1 The output with v.1.0b1 reads: PicklingError: Can't pickle : it's not found as __builtin__.float32scalar Has anyone else encountered this? Thanks, Iljya Iljya wrote: > Hello, > > I need to pickle the type numpy.float32 but encoun

Error with: pickle.dumps(numpy.float32)

2006-08-15 Thread Iljya
: __ import numpy import pickle pickle.dumps(numpy.float32) Output: PicklingError: Can't pickle : it's not found as __builtin__.float32_arrtype __ Any suggestions would be much appreciated. Thanks, Iljya Kalai