On Thursday 21 June 2007 00:59, Ivan Vilata i Balaguer wrote:
> Joshua J. Kugler (el 2007-06-20 a les 13:49:21 -0800) va dir::
> > I finally got around to installing and testing RC2.  Attached the the
> > output of test_all.py --heavy.
> >
> > Most of the errors have to do with the fact that the tests try to write
> > files to the installation directory, instead of relative to the current
> > directory. This means tests run as non-root will fail.
>
> Well, if you look at the tracebacks you'll see that files are opened for
> reading.  The real problem is quite different: the PyTables egg is
> marked as zip-safe, so data files are placed in the compressed egg which
> is installed on the system.  This makes them unreachable to HDF5 and
> PyTables (the error is ``IOError: X.h5 does not exist``).  Since
> Setuptools and eggs are not officially supported, the simplest solution
> I envision is declaring the egg *not zip-safe* (another one would be to
> extract them to some temporary dir, but that's quite more complicated).

Hmm...I thought I had seen a "not zip safe" while it was packaging the egg.  
I'll go back and look at that.

> I've opened a ticket for this report at
>
> http://www.pytables.org/trac/ticket/89

Thanks.

> > But, there are a couple "overflow in long scalar" messages that might be
> > worth looking at.
> > [...]
>
> This is an old fellow from Numarray, I think.  Francesc has opened a
> ticket to have a look at it: http://www.pytables.org/trac/ticket/90

Gotcha.

> Thanks for testing PyTables and reporting the problems!

You're welcome!

j

-- 
Joshua Kugler                           
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

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