Hi Good work! I'm eager to test this out, especially the numexpr kernels.
Right now i'm on a box running XP and I have/had a few issues to get up and running. Processor: Intel Dual Core -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables version: 2.0rc2 HDF5 version: 1.6.5 NumPy version: 1.0.3 Zlib version: 1.2.3 Python version: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] 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 2 minutes to complete on a relatively modern CPU and around 80 MB of main memory. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Skipping Numeric test suite. Skipping numarray test suite. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= hdf5dll.dll from 5-165-win-net.zip zlib from zlib123-windows.zip szlib from szip20-win-xpnet-enc.tar.gz 1. in the documentation "2.2.1. Windows prerequisites" talks about a szipdll.dll - the dll-name found in the archive downloaded from http://hdf.ncsa.uiuc.edu/HDF5/release/obtain5.html is named "szlibdll.dll" 2. PyTables crashed first when i imported the module with "import tables" AppName: pythonw.exe AppVer: 0.0.0.0 ModName: bzip2.dll ModVer: 1.0.2.1531 Offset: 0000a822 I found that I had a "bzip2.dll" installed with "GTK+ 2.10 developer runtime" (installed for PyGtk according to http://faq.pygtk.org/index.py?req=show&file=faq21.001.htp ). Renaming/removing this dll "fixed" the issue. Using the bzip2 dll in the file bzip2-1.0.4-bin.zip downloaded from ref [21] in pytables documentation didn't help. 3. Running the test-suite (verbose=False, heavy=False) crashes sometimes with XP giving me the following message: AppName: pythonw.exe AppVer: 0.0.0.0 ModName: interpreter.pyd ModVer: 0.0.0.0 Offset: 00005235 Sometimes it passes with no tests failingTurning the verbose flag on hasn't given me any crash but one test failes: ====================================================================== ERROR: None (tables.tests.test_array.GroupsArrayTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python25\Lib\site-packages\tables\tests\test_array.py", line 566, in test00_iterativeGroups print " type ==> %s" % dset.dtype AttributeError: 'Array' object has no attribute 'dtype' ---------------------------------------------------------------------- Ran 5636 tests in 91.031s FAILED (errors=1) 4. running tables.test(verbose=False) after running tables.test(verbose=True) doesn't suppress the verbose output. 5. importing gtk-module with "import gtk" before or after "import tables" makes two tests fail in the test-suit (see issue 2 above for how I have installed gtk). ====================================================================== FAIL: None (tables.tests.test_vlarray.TypesReopenTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python25\Lib\site-packages\tables\tests\test_vlarray.py", line 1217, in test05_VLStringAtom self.assertRaises(UnicodeEncodeError, vlarray.append, u"asd\xe4") AssertionError: UnicodeEncodeError not raised ====================================================================== FAIL: None (tables.tests.test_vlarray.TypesNoReopenTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python25\Lib\site-packages\tables\tests\test_vlarray.py", line 1217, in test05_VLStringAtom self.assertRaises(UnicodeEncodeError, vlarray.append, u"asd\xe4") AssertionError: UnicodeEncodeError not raised ---------------------------------------------------------------------- Ran 5636 tests in 75.422s FAILED (failures=2) Thanks for a great product! BR, //Torgil ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pytables-users mailing list Pytables-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pytables-users