Hi all,
Any hints as to how I can track down the source of this error? It's just
displayed, no Python exceptions are raised and execution of my program
continues.
Thanks,
Anand
HDF5-DIAG: Error detected in HDF5 (1.8.0-beta3) thread 0:
#000: H5Adeprec.c line 161 in H5Acreate(): unable to create
Anand Patil (el 2007-10-31 a les 17:53:17 -0700) va dir::
> I have a file full of 32-bit floats, in binary format, compressed with zip.
> I'd like to get it into a PyTables array, but this:
>
> Z = ZipFile('data_file.zip')
> binary_data = Z.read('data_file')
> numpy_array = numpy.from