A Wednesday 03 November 2010 17:35:25 Francesc Alted escrigué:
> Well, the thing is that the `Row` class did not implement the
> `__contains__` special method.  This was very easy to fix, so I fixed
> it
> 
> :-)  For details:
> http://pytables.org/trac/ticket/309
> 
> This will be integrated with the forthcoming 2.2.1 release.

Meanwhile, you can use this:

row = [r.fetch_all_fields() for r in table.iterrows(0, 1)][0]

that should work just fine.

-- 
Francesc Alted

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to