[Pytables-users] core dump

2007-04-13 Thread Stefan Kuzminski
Hi, I have a .h5 file that generates a core dump from pytables ( or hdf5? ) in the read method in the code below. This happens with hd5 1.6.5 or 1.8alpha , with pytables 1.4 or 2.0beta on linux. from tables import * fp = openFile( 'TRANSACTIONS248.h5' ) print fp.root._meta_.variables.read() T

Re: [Pytables-users] Editing Docs

2007-04-13 Thread Ivan Vilata i Balaguer
Dieter (el 2007-04-13 a les 08:25:34 -0400) va dir:: > On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > > On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > […] > > > How about considering an all in one framework like Doxygen. I really > > > liked using for my c and c++ code. I see it now accommodate

Re: [Pytables-users] Editing Docs

2007-04-13 Thread Francesc Altet
A Divendres 13 Abril 2007 14:25, Dieter escrigué: > On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > > On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > > > How about considering an all in one framework like Doxygen. I really > > > liked using for my c and c++ code. I see it now accommodates python. >

Re: [Pytables-users] Editing Docs

2007-04-13 Thread Dieter
On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > > On 4/13/07, Ivan Vilata i Balaguer <[EMAIL PROTECTED]> wrote: > > > Dieter (el 2007-04-13 a les 02:45:22 -0400) va dir:: > > > > > > > Just curious what, if any, editing tools are you using for the d

Re: [Pytables-users] Editing Docs

2007-04-13 Thread Dieter
On 4/13/07, Dieter <[EMAIL PROTECTED]> wrote: > On 4/13/07, Ivan Vilata i Balaguer <[EMAIL PROTECTED]> wrote: > > Dieter (el 2007-04-13 a les 02:45:22 -0400) va dir:: > > > > > Just curious what, if any, editing tools are you using for the docs? > > > I see the format is docbook in a dtd 4.4 form

Re: [Pytables-users] Editing Docs

2007-04-13 Thread Dieter
On 4/13/07, Ivan Vilata i Balaguer <[EMAIL PROTECTED]> wrote: > Dieter (el 2007-04-13 a les 02:45:22 -0400) va dir:: > > > Just curious what, if any, editing tools are you using for the docs? > > I see the format is docbook in a dtd 4.4 format. > > We use good old Emacs to edit the manual. Franc

Re: [Pytables-users] Efficient access to large numbers of datasets

2007-04-13 Thread Michael Hoffman
Francesc Altet wrote: > A Dijous 12 Abril 2007 18:18, Michael Hoffman escrigué: >> Francesc Altet wrote: >>> A Dilluns 09 Abril 2007 15:57, Michael Hoffman escrigué: As a followup to my previous message, I have realized that I am supposed to tune the lustre filesystem for large files. Hop