On Fri, Mar 15, 2013 at 5:26 PM, Thadeus Burgess wrote:
> Looks similar to https://github.com/PyTables/PyTables/issues/206
Yes this is the same problem. I proposed a test on the issue if someone
wants to try working on it, that would be great!
>
> --
> Thadeus
>
>
>
> On Fri, Mar 15, 2013 at 6
Looks similar to https://github.com/PyTables/PyTables/issues/206
--
Thadeus
On Fri, Mar 15, 2013 at 6:58 PM, Dmitry Fedorov wrote:
> Hi,
>
> I'm trying to index a simple uint32 column and search if a value is
> there. Although during the in-kernel query i get an error like this:
>
> Traceback
Hi,
I'm trying to index a simple uint32 column and search if a value is
there. Although during the in-kernel query i get an error like this:
Traceback (most recent call last):
File "G:\_2\PytablesTestCode\pytableindex.py", line 9, in
r = [ row.nrow for row in it ]
File "tableExtension.py