Re: [Pytables-users] UnImplemented object / variable length datatypes

2011-03-17 Thread Francesc Alted
A Wednesday 16 March 2011 14:28:58 Michael Rissi escrigué: > Thanks a lot for your very quick answer, that helped a lot and solved > the problem! > > I wanted now to use variable length datatypes. To test, I ran the > example C code from HDF5 (h5ex_t_vlen.c). When I try to open the > produced file

Re: [Pytables-users] UnImplemented object / variable length datatypes

2011-03-16 Thread Michael Rissi
Thanks a lot for your very quick answer, that helped a lot and solved the problem! I wanted now to use variable length datatypes. To test, I ran the example C code from HDF5 (h5ex_t_vlen.c). When I try to open the produced file h5ex_t_vlen.h5 with pytables, I get a very similar warning as in the o

Re: [Pytables-users] UnImplemented object

2011-03-09 Thread Francesc Alted
A Wednesday 09 March 2011 11:08:28 Michael Rissi escrigué: > Hello Pytablers, > > In our readout software for a PET scanner, I write the data to an > HDF5 array of compound datatypes (in C++). > When I want to read this table in ipython with pytables, I get the > message: > > > In [11]: import

[Pytables-users] UnImplemented object

2011-03-09 Thread Michael Rissi
Hello Pytablers, In our readout software for a PET scanner, I write the data to an HDF5 array of compound datatypes (in C++). When I want to read this table in ipython with pytables, I get the message: In [11]: import tables In [11]: f=tables.openFile("Events_0012.h5") In [12]: f.root.dset /u