G'day Ivan:
This seems to compile OK, but I get the following error.
Regards,
Steve
///////////////////////////////////////////////////////////////////////
Python 2.4.4 (#1, Oct 23 2006, 13:58:00)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tables
*Warning*: NumPy version is lower than recommended: 1.0.1 < 1.0.2
>>> tables.__version__
'2.0a2'
>>> tables.test()
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version: 2.0a2
HDF5 version: 1.6.5
NumPy version: 1.0.1
Zlib version: 1.2.3
BZIP2 version: 1.0.3 (15-Feb-2005)
Python version: 2.4.4 (#1, Oct 23 2006, 13:58:00)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)]
Platform: linux2-i686
Byte-ordering: little
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing only a light (yet comprehensive) subset of the test suite.
If you want a more complete test, try passing the --heavy flag to this
script
(or set the 'heavy' parameter in case you are using tables.test() call).
The whole suite will take more than 5 minutes to complete on a relatively
modern CPU and around 80 MB of main memory.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Numeric (version 24.2) is present. Adding the Numeric test suite.
numarray (version 1.5.2) is present. Adding the numarray test suite.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "tables/tests/test_all.py", line 157, in test
unittest.main(defaultTest='tables.tests.suite')
File "/usr/lib/python2.4/unittest.py", line 758, in __init__
self.parseArgs(argv)
File "/usr/lib/python2.4/unittest.py", line 785, in parseArgs
self.createTests()
File "/usr/lib/python2.4/unittest.py", line 791, in createTests
self.module)
File "/usr/lib/python2.4/unittest.py", line 556, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python2.4/unittest.py", line 544, in loadTestsFromName
test = obj()
File "tables/tests/test_all.py", line 95, in suite
exec('from %s import suite as test_suite' % name)
File "<string>", line 1, in ?
File "tables/tests/test_create.py", line 1060, in ?
class FiltersCase3(FiltersTreeTestCase):
File "tables/tests/test_create.py", line 1062, in FiltersCase3
gfilters = Filters(complevel=1, shuffle=False, complib="lzo")
File "tables/filters.py", line 198, in __init__
warnings.warn( "compression library ``%s`` is not available; "
NameError: global name 'warnings' is not defined
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users