A Friday 04 December 2009 16:51:18 escriguéreu:
> Francesc,
>
> I 've tried the svn version of links pytables.
> No problem to build the package on Ubuntu 9.10 against HDF5 1.8.4 and
> python 2.5.4.
>
> The walkNodes function prints the external link.
> Perhaps it should tranparently read the li
n yet.
Regards,
Cyril.
- Mail Original -
De: "Francesc Alted"
À: pytables-users@lists.sourceforge.net
Envoyé: Mercredi 2 Décembre 2009 20h46:14 GMT +01:00 Amsterdam / Berlin / Berne
/ Rome / Stockholm / Vienne
Objet: Re: [Pytables-users] Fwd: External link reading
Hi Cyril,
I
Hi Cyril,
I've implemented a *very* preliminary version of links. You can download the
branch with something like:
$ svn co http://www.pytables.org/svn/pytables/branches/links
The new methods for creating links are:
File.createHardLink(where, name, target, createparents=False)
File.cr
Here is the fortran code but before, fortran binding does not have the
"iterate" function :
"""
There is no direct FORTRAN couterpart for the C function H5Giterate. Instead,
that functionality is provided by two FORTRAN functions:
h5gn_members_f Purpose: Returns the number of group memb
A Thursday 19 November 2009 17:42:03 cyril.girau...@free.fr escrigué:
> Here are the files with an external link.
[clip]
Thanks for the files. I've been doing some tests with them, and after
applying the next patch:
"""
Index: src/utils.c
Here are the files with an external link.
When I try the walk through nodes with pytables, I obtain the following
sequence :
Python 2.5.4 (r254:67916, May 28 2009, 14:03:41)
Type "copyright", "credits" or "license" for more information.
IPython 0.10 -- An enhanced Interactive Python.
?