[Numpy-discussion] Strange problem with h5py and numpy

Johannes Korn korn at freisingnet.de
Tue Dec 28 10:14:20 EST 2010


On 28.12.2010 15:13, Johannes Korn wrote::
> On 28.12.2010 14:46, Darren Dale wrote::
>> On Mon, Dec 27, 2010 at 12:58 PM, Johannes Korn<korn at freisingnet.de>   wrote:
>
>>> I try to read a bunch of hdf files in a loop. The problem is that I get
>>> an error at the second file because the file handle is of type<Closed
>>> HDF5 file>
>>
>> The code you posted only involves one file.
>
> The code I posted is part of the inside of a loop over the files. The
> filename changes of course and the files are there. If I try to open a
> non existing file the error message is different.

Found the solution: incompatibility between HDF 1.8.5 and h5py 1.3.0.
Seems that upgrade to h5py 1.3.1 beta fixed the problem




More information about the NumPy-Discussion mailing list