[Pytables-users] test fail

2007-12-07 Thread richard miller
I got the following errors running the tests bash$ python Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import tables >>> tables.test() -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: [Pytables-users] tables.test() fails

2007-12-07 Thread Ivan Vilata i Balaguer
It seems that you managed to run PyTables 2.0 with a version of NumPy lower than the required one, i.e. 1.0.3. Does the error appear when that version of NumPy is used? Brent Hueth (el 2007-12-06 a les 10:26:01 -0600) va dir:: > Any suggestions for what might be wrong? > > ~/tmp/pytables-2.0> p