<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 19/03/2018 à 11:35,
      <a class="moz-txt-link-abbreviated" href="mailto:paul.carrico@free.fr">paul.carrico@free.fr</a> a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:82650d3fc2f0f99114decc654ae5e5e3@free.fr">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <p>Hi All</p>
      <p>I'm still wondering why I cannot open a hdf5 file under
        windows, while it works find under linux</p>
      <p>(I'm using the latest scilab release in both cases - hdf5 file
        was made using h5py librarie)</p>
      <p>The path & file name are corect, so ?????</p>
      <p>Any trouble under windows?</p>
      <p>Paul</p>
      <p>####################</p>
      <pre><span>PATH</span> <span>=</span> <span>get_absolute_file_path</span><span>(</span><span>"</span><span>test_read_hdf5.sce</span><span>"</span><span>)</span><span>;</span>
<span>fichier</span> <span>=</span> <span>"</span><span>Results_gzip.h5</span><span>"</span><span>;</span>
<span>resu</span> <span>=</span> <span>h5open</span><span>(</span><span>PATH</span> <span>+</span> <span>fichier</span><span>)</span><span>;</span></pre>
      <p>h5open : Impossible d'ajouter des données au fichier (non HDF5)
        : D:\***\Results_gzip.h5.<br>
        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.</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <p>That's weird.<br>
      Can you share a small hdf5 file that exhibits this problem?<br>
      I might try to read it from linux/windows.<br>
      The only windows-specific hdf5 bug I am aware of is related to
      unknown types for some integers.<br>
      Are you sure your problem is not something related to the
      difference in path definition & handling between linux and
      windows?</p>
    <p><br>
    </p>
    <p>Antoine</p>
    <br>
  </body>
</html>