Re: [Pytables-users] injecting numpy data directly using createTable

2010-10-12 Thread Grace Li
hanks, Grace On Tue, Oct 12, 2010 at 2:22 PM, Francesc Alted wrote: > A Tuesday 12 October 2010 01:25:20 Grace Li escrigué: >> Hi all, >> >> I read in the pytables user manual that description field of the >> method tables.createTable can be a numpy array object and tha

[Pytables-users] injecting numpy data directly using createTable

2010-10-11 Thread Grace Li
Hi all, I read in the pytables user manual that description field of the method tables.createTable can be a numpy array object and that if the numpy array has data, the data will be directly appended into the table created. I was trying to do this for my data which is written in a txt file, but en

Re: [Pytables-users] symbol not found _H5T_STD_I64LE_g

2010-10-07 Thread Grace Li
Hi Chelsea, I've got pytables working just fine on Mac OS X snow leopard (10.6.4). You need to make sure you get all the dependencies installed properly on your Mac. I believe you should be using and installing everything for Python 2.6. Make sure you have numexpr 1.3 or greater, numpy (the lat

Re: [Pytables-users] pytables-svn on osx

2010-09-26 Thread Grace Li
Hi Massimo, As the error indicates, you also need to upgrade your python module 'numexpr' to version 1.3 or greater. Try easy_install numexpr Note that, if you get all the required packages installed on os x, you should just be able to do easy_install tables. Grace On Sun, Sep 26, 2010 at 3:29