Re: [Pytables-users] variable-length string error

2008-04-16 Thread Francesc Altet
A Wednesday 16 April 2008, Ateljevich, Eli escrigué: > Hi, > I am using PyTables on XP. I have a dataset generated by the HDF > dimension scale API. The DIMENSION_LABELS attribute is listed 4-Byte > null terminated ascii string. When I try to walk the tree an > exception is raised saying that varia

Re: [Pytables-users] variable-length string error

2008-04-16 Thread Ateljevich, Eli
Hi, I am using PyTables on XP. I have a dataset generated by the HDF dimension scale API. The DIMENSION_LABELS attribute is listed 4-Byte null terminated ascii string. When I try to walk the tree an exception is raised saying that variable-length string arguments are not supported yet. Am I doing