Here's the new run. Still not working. (I did break the tests now with ctrl-c).

//Torgil

>>> import tables
>>> tables.test(verbose=True)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.0.dev
HDF5 version:      1.6.5
NumPy version:     1.0.3
Zlib version:      1.2.3
BZIP2 version:     1.0.4 (20-Dec-2006)
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.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
...Attribute list: ['pq', 'qr', 'rs']
Attribute list: ['a', 'b', 'c']
Attribute list: ['i', 'j', 'k']

[...]

>>> tables.test(verbose=False)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.0.dev
HDF5 version:      1.6.5
NumPy version:     1.0.3
Zlib version:      1.2.3
BZIP2 version:     1.0.4 (20-Dec-2006)
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.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
...Attribute list: ['pq', 'qr', 'rs']
Attribute list: ['a', 'b', 'c']
Attribute list: ['i', 'j', 'k']
.Attribute list: ['qr', 'rs']
Attribute list in disk: ['CLASS', 'TITLE', 'VERSION', 'qr', 'rs']

[...]


On 6/17/07, Francesc Altet <[EMAIL PROTECTED]> wrote:
> El ds 16 de 06 del 2007 a les 01:14 +0200, en/na Torgil Svensson va
> escriure:
>
>
> > 2. Great, now it works with bzip2.dll v1.0.4 . GTK+ used 1.0.2.1531 ->
> > still hard crash. I see you have closed the issue, but maybe the
> > dll-version should be examined and a proper error message be
> > displayed. Since Bzip21.0.4 is optional i'll guess this will bite more
> > people.
>
> I think you are right. I've opened a ticket about this one:
>
> http://www.pytables.org/trac/ticket/84
>
> > > > 4. running tables.test(verbose=False) after running
> > > > tables.test(verbose=True) doesn't suppress the verbose output.
> >
> > 4. Doesn't work for me with the 0615-dev-version.
>
> I've double checked this and works for me.  Can you check this again
> please?
>
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to