I've got a hdf5 data file with nested compound types, which I can
correctly read with ptdump and h5dump, but for which I get two different
answers for the "src" field :
#!/usr/bin/python
import tables
print "version is ", tables.__version__
t = tables.openFile('tspikeappend.h5')
table = t.root.t
> To say the truth, I don't really know what's going on in your system.
> Can you try with a the latest version of binaries:
>
http://www.pytables.org/download/preliminary/tables-2.0-of20070706.win32
-py2.5.exe
I got and installed that 0706...py2.5 version and it has passed all
its the tests on