Re: [Pytables-users] pytables crash

2006-03-03 Thread Waldemar Osuch
> A Divendres 03 Març 2006 19:16, Francesco Tabani va escriure: > > Hello, I have encountered an python interpreter crash when importing > > pytables (as "import tables") using newest versions (1.2.2. and 1.2.3). > > > > Older versions up to 1.2 are ok. > > Mmm, that seems ok to me. I'm not getting

Re: [Pytables-users] pytables crash

2006-03-03 Thread Francesc Altet
A Divendres 03 Març 2006 19:16, Francesco Tabani va escriure: > I thought that a syntax like: > > res = [x for x in lab.II_0 if lab.II_0.cols.time == t and x['lab'] == 'SC'] > > would work, but I get a bunch of fake records instead. Also, why are you using the condition: lab.II_0.cols.time == t

Re: [Pytables-users] pytables crash

2006-03-03 Thread Francesc Altet
Hello Francesco, A Divendres 03 Març 2006 19:16, Francesco Tabani va escriure: > Hello, I have encountered an python interpreter crash when importing > pytables (as "import tables") using newest versions (1.2.2. and 1.2.3). > > Older versions up to 1.2 are ok. > > > > Platform: winXP Pro service p

[Pytables-users] pytables crash

2006-03-03 Thread Francesco Tabani
Hello, I have encountered an python interpreter crash when importing pytables (as “import tables”) using newest versions (1.2.2. and 1.2.3). Older versions up to 1.2 are ok.   Platform: winXP Pro service pack 2 Python: 2.4 HDF5: 5-165-win-net   I have also built version 1.2.3 from source