Re: [Pytables-users] Possible bug in ptrepack tool

2012-05-19 Thread Anthony Scopatz
Hello Nikola, Thanks for reporting this issue (and sorry about the delayed reply). I have two requests for you: 1. could you come up with a self contained example that reproduces this behaviour? 2. and could you maybe make a github issue related to this problem? #1 is much more important. Tha

Re: [Pytables-users] iterate over specific Tables

2012-05-19 Thread Anthony Scopatz
Hello Uwe, Why don't you try something like: bar = filter(x.description == VideoNode for x in f.walkNodes('/', 'Table')) or bar = filter(x.dtype == VideoNode._v_dtype for x in f.walkNodes('/', 'Table')) to compare the dtype / description directly? Be Well Anthony On May 18, 2012 8:00 AM, "Uwe