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.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import tables as t
In [2]: t.__version__
Out[2]: '2.1.2'
In [3]: f = t.openFile("file1.h5")
In [4]: f.walkGroups
Out[4]:
<bound method File.walkGroups of File(filename=file1.h5, title='', mode='r',
rootUEP='/', filters=Filters(complevel=0, shuffle=False, fletcher32=False))
/ (RootGroup) ''
/mesh (Group) ''
/mesh/mesh1 (Group) ''
>
Cheers,
Cyril.
file1.h5
Description: Binary data
file2.h5
Description: Binary data
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
