Hi All 

I'm still wondering why I cannot open a hdf5 file under windows, while
it works find under linux 

(I'm using the latest scilab release in both cases - hdf5 file was made
using h5py librarie) 

The path & file name are corect, so ????? 

Any trouble under windows? 

Paul 

####################

PATH = get_absolute_file_path("test_read_hdf5.sce");
fichier = "Results_gzip.h5";
resu = h5open(PATH + fichier);

h5open : Impossible d'ajouter des données au fichier (non HDF5) :
D:\***\Results_gzip.h5.
Description HDF5: unable to open file: name = 'D:\***\Results_gzip.h5',
errno = 2, error message = 'No such file or directory', flags = 0,
o_flags = 0.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to