Re: [Pytables-users] numpy.uint64 as index?

2007-10-15 Thread Andrew Straw
Actually, I meant click the close button on this email, not the send button. It is incomplete and I discovered that there is no issue with pytables -- please ignore this email. On Mon, 15 Oct 2007 14:14:43 +0200, Francesc Altet <[EMAIL PROTECTED]> wrote: > [Andrew, this has been sent to the pyta

Re: [Pytables-users] numpy.uint64 as index?

2007-10-15 Thread Francesc Altet
[Andrew, this has been sent to the pytables list, but it bounced. Maybe you are not subscribed?] A Thursday 11 October 2007, escriguéreu: > Hi, > > I just noticed that tables/utils.py raises an exception at line 67 > (in idx2long) Can you send the context (and the Python and PyTables version) i

Re: [Pytables-users] newbie questions

2007-10-15 Thread Francesc Altet
A Friday 12 October 2007, Bryan Lawrence escrigué: > Elias > > With your hint, I was able to do this: > for a in ff: > x= a._v_attrs > l=x._f_list() > for i in l: print x.__getattr__(i) > > I suspect there might be a more 'pytables' way of doing the last > step, but I'm in b