Re: [Pytables-users] Question about table.where

2007-09-06 Thread faltet
On Thu, Sep 06, 2007 at 09:16:55AM -0500, Ross Bates wrote: > A Saturday 01 September 2007, Ross Bates escrigué: > >> Hi All - I'm new to Python and I am learning the language by > >> experimenting with PyTables, so this question might seem simple. > >> > >> I want to be able to execute a table.whe

Re: [Pytables-users] SegFault w. large(ish) DB -test attached

2007-08-15 Thread faltet
On Wed, Aug 15, 2007 at 08:40:28AM +1000, David Worrall wrote: > Thanks Francesc, > > >>> tables.print_versions() > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > =-=-=-= > PyTables version: 2.0 > HDF5 version: 1.6.5 > NumPy version: 1.0.3 > Zlib version:

Re: [Pytables-users] Strange differences in behavior via trMap

2006-04-18 Thread faltet
On Wed, Apr 12, 2006 at 12:01:44PM -0700, Dav Clark wrote: > I can load a certain hdf5 file just fine, and can use trMap > translation for some of the node names. But, if I include certain > mappings, I get what sound like very serious errors - including HDF5 > sometimes (1.6.5) claiming th

Re: [Pytables-users] Strange differences in behavior via trMap

2006-04-17 Thread faltet
Hi Dav, On Wed, Apr 12, 2006 at 12:01:44PM -0700, Dav Clark wrote: > I've only tested the following so far on OS X - there is some > similarity with my previous problem getting Unsupported types, so I > wonder if they are related. I've also only checked pytables 1.3. I'm trying to reproduce