El dt 10 de 07 del 2007 a les 09:26 -0400, en/na Ken Dere va escriure:
> I have been trying to install tables v2.0 and got as far as 
> running tables.test() where it hung after giving me the 
> following:
> 
> Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
> Type "help", "copyright", "credits" or "license" for more 
> information.
> /usr/lib/python2.5/site-packages/scipy/misc/__init__.py:25: 
> DeprecationWarning: ScipyTest is now called NumpyTest; 
> please update your code
>    test = ScipyTest().test
> /usr/lib/python2.5/site-packages/scipy/ndimage/__init__.py:40: 
> DeprecationWarning: ScipyTest is now called NumpyTest; 
> please update your code
>    test = ScipyTest().test

This warning actually belongs to scipy. I'm not sure why it displays
when you enter the interpreter.

>  >>> import tables
>  >>> tables.test()
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> PyTables version:  2.0
> HDF5 version:      1.6.5
> NumPy version:     1.0.3
> Zlib version:      1.2.3
> Python version:    2.5.1 (r251:54863, May  2 2007, 16:56:35)
> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)]
> 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 2 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.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> tables/filters.py:257: FiltersWarning: compression library 
> ``bzip2`` is not available; using ``zlib`` instead
>    % (complib, default_complib), FiltersWarning )
> tables/filters.py:257: FiltersWarning: compression library 
> ``lzo`` is not available; using ``zlib`` instead
>    % (complib, default_complib), FiltersWarning )
> ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 ..
> ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 ..
> .........................................................................................................................................................................................................................................................***
>  
> glibc detected *** python: free(): invalid pointer: 
> 0x0a871aa0 ***

We know that running Numeric with Python 2.5 is a sure receipt for
disaster (we don't know exactly the cause of this, but it might be just
an ageing effect; you should start migrating to NumPy asap).  Can you
try removing Numeric and try again?

Cheers,

-- 
Francesc Altet    |  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works, 
www.carabos.com   |  I haven't tested it. -- Donald Knuth


-------------------------------------------------------------------------
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

Reply via email to