On Tue, 27 Apr 2010 10:41:26 +0100, Chris Withers <ch...@simplistix.co.uk>
wrote:
> Francesc Alted wrote:
>
>> Also, do you have an HDF5 DLL already installed in your system?  If so,
>> which version?
> 
> Dunno, how would I check?

hdf5 comes with a bunch of utilities. Ask the version of for instance
h5repack:

$ h5repack --version
h5repack: Version 1.8.3

Another option is to use strings on the dll (although I don't know if
Windows has such a tool, I'm on Linux).

strings libhdf5.a | grep -i 'hdf5 version'
                   HDF5 Version: 1.8.3

Best,

Maarten


------------------------------------------------------------------------------
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to