Re: [Pytables-users] New 2.0 pre-final micro-release available

2007-07-03 Thread Michael Hoffman
Brian Granger wrote: >>> > [...] HDF5 version: 1.6.4 >>> PyTables 2.0 requires HDF5 1.6.5. Perhaps this should also be warned. >> Sigh, which means I won't be able to use it on Ubuntu Dapper. Unless I get >> them to backport HDF5. :) > > But building HDF5 from scratch is very simple -

Re: [Pytables-users] New 2.0 pre-final micro-release available

2007-07-03 Thread Brian Granger
> > > [...] > > > > > > HDF5 version: 1.6.4 > > > > PyTables 2.0 requires HDF5 1.6.5. Perhaps this should also be warned. > > Sigh, which means I won't be able to use it on Ubuntu Dapper. Unless I get > them to backport HDF5. :) But building HDF5 from scratch is very simple - much easier th

Re: [Pytables-users] New 2.0 pre-final micro-release available

2007-07-03 Thread Joshua J. Kugler
On Tuesday 03 July 2007 14:00, Michael Hoffman wrote: > Joshua J. Kugler wrote: > > The tests are getting better. The build to an egg was flawless, and it > > installed, unzipped this time. :) A few errors though. > > > > [...] > > > > HDF5 version: 1.6.4 > > PyTables 2.0 requires HDF5 1.6.

Re: [Pytables-users] New 2.0 pre-final micro-release available

2007-07-03 Thread Michael Hoffman
Joshua J. Kugler wrote: > The tests are getting better. The build to an egg was flawless, and it > installed, unzipped this time. :) A few errors though. > > [...] > > HDF5 version: 1.6.4 PyTables 2.0 requires HDF5 1.6.5. Perhaps this should also be warned. -- Michael Hoffman ---

Re: [Pytables-users] New 2.0 pre-final micro-release available

2007-07-03 Thread Joshua J. Kugler
The tests are getting better. The build to an egg was flawless, and it installed, unzipped this time. :) A few errors though. [EMAIL PROTECTED]:~/src/tables-2.0.dev/tables/tests$ python test_all.py --heavy -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables ver

Re: [Pytables-users] Strange behaviour while retrieving HDF5 objectID (_v_objectID)

2007-07-03 Thread Francesc Altet
El dt 03 de 07 del 2007 a les 11:26 +0200, en/na Alain Fagot va escriure: > Hi All, > > > > I have noticed something strange while retrieving _v_objectID > attribute of nodes of a dataset. > > The objected(s) returned from pyTables program are slightly different > than objectID(s) displayed fr

Re: [Pytables-users] Why setup.py build_ext --inplace?

2007-07-03 Thread Francesc Altet
El dl 02 de 07 del 2007 a les 23:06 -0700, en/na Andrew Straw va escriure: > Francesc Altet wrote: > > > Perhaps somebody in the list knows a clean way of deleting the > > extensions created with the 'build_ext --inplace' flags? > > Not exactly what you ask, but close enough for my purposes: > >