Carl, A Dimecres 05 Abril 2006 13:23, Carl Dr. Kleffner va escriure: > test numeric runs now without failures and none of the other failures are > showstoppers for my goals, however: here is a run with -v verbose > > Summary > ======= > > PyTables version: 1.3 > HDF5 version: 1.6.5 > numarray version: 1.5.1 > Zlib version: 1.1.4 > BZIP2 version: 1.0.3 (15-Feb-2005) > Python version: 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit > (Intel)] > Byte-ordering: little > > Numeric version: 24.2 > numpy version: 0.9.6 > > test_numpy: 9 Errors: KeyError: 'UInt64' in numarray\ufunc.py", line
The problems with UInt64 types are normal in Windows platforms, because they are not supported. This is a bug in the test suite and solved in SVN: http://www.pytables.org/trac/changeset/1546 > 1605 test_create: segfault: Checking inheritance of filters on trees > (open file version) > test_indexes: segfault: Checking reading an Index (string flavor) ... > HDF5: infinite loop closing library > test_carray: segfault: Checking read() of chunked layout arrays ... HDF5: > infinite loop closing library > test_earray: segfault: Checking enlargeable array iterator ... > test_vlarray: segfault: Checking vlarray read ... HDF5: infinite loop > closing library > > All segfaults are in LZO testcases (LZO is not installed on my system) > However, the tests should not segfault in my opinion. I've run the tests without installing LZO and everything went fine. I see that you are using Python 2.3: please, be double-check that you are using the correct version of the HDF5 library (i.e. that compiled without .NET compiler). See: http://www.pytables.org/docs/manual/x457.html for more details. Cheers, -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
