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

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

> 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

Thanks for testing PyTables and reporting the problems!

::

  Ivan Vilata i Balaguer   @ Welcome to the European Banana Republic! @
  http://www.selidor.net/  @     http://www.nosoftwarepatents.com/    @

Attachment: signature.asc
Description: Digital signature

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