Re: [Pytables-users] readCoordinates weirdness

2007-09-13 Thread Jan Strube
So I can confirm that this bug is not related to Mac. I can reproduce it on a i386 linux box with python 2.4. In [1]:import numpy import tabl In [2]:import tables numpy In [3]:numpy.__version__ Out[3]:'1.0.4.dev4003' In [4]:tables.__version__ Out[4]:'2.1b1.dev' Cheers, Jan On 9/13/07, Jan St

Re: [Pytables-users] readCoordinates weirdness

2007-09-13 Thread Francesc Altet
Hi Jan, A Thursday 13 September 2007, Jan Strube escrigué: > Hello, list, > > I'm trying to read a couple of entries from a table. > I'm on an intel MacBook using pytables 2 with python 2.5 and numpy > 1.0.3. The problem is that I pass a numpy array to readCoordinates. > That gives me the error me

[Pytables-users] readCoordinates weirdness

2007-09-13 Thread Jan Strube
Hello, list, I'm trying to read a couple of entries from a table. I'm on an intel MacBook using pytables 2 with python 2.5 and numpy 1.0.3. The problem is that I pass a numpy array to readCoordinates. That gives me the error message at the end of this mail. casting this array to a python list, how