I just built PyTables on OS X 10.6 (Snow Leopard). (Thanks to all for
help from many quarters.) tables.test() ran fine. But
tables.test(heavy=True) gave many errors, all similar to:
======================================================================
ERROR: Testing ``c_int16``.test_h0080
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tests/common.py", line 248, in newmethod
return oldmethod(self, *args, **kwargs)
File "tables/tests/test_queries.py", line 358, in test_method
pyvars[colname] = row[acolname]
File "tableExtension.pyx", line 1225, in
tables.tableExtension.Row.__getitem__
File "tableExtension.pyx", line 132, in
tables.tableExtension.getNestedFieldCache
File "utilsExtension.pyx", line 390, in
tables.utilsExtension.getNestedField
KeyError: 'no such column: c_int16'
Some of the errors were
ValueError: field named c_int16 not found.
Can I ignore this?
thanks,
-robert
I'm running 64 bit (x86_64), Python 2.6.1,
In [2]: tables.test()
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=
PyTables version: 2.1.2
HDF5 version: 1.8.4
NumPy version: 1.4.0.dev7542
Zlib version: 1.2.3
BZIP2 version: 1.0.5 (10-Dec-2007)
Python version: 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)]
Platform: darwin-i386
Byte-ordering: little
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users