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
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
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
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