A Wednesday 12 September 2007, dragan savic escrigué:
> Hi!
>
> I have problems using Float32 type.
>
> I pass the Python list with values [4.1,60.0,4.1,60.0]
> to be inserted into the table with following Col
> types:
> Col1: Float32, Col2: Float32, Col3: Float64, Col4:
> Float64
> After the next
Hi!
I have problems using Float32 type.
I pass the Python list with values [4.1,60.0,4.1,60.0]
to be inserted into the table with following Col
types:
Col1: Float32, Col2: Float32, Col3: Float64, Col4:
Float64
After the next insertion of new values into the table
I want to first check if the valu
On Wed, Sep 12, 2007 at 11:27:22AM +0200, Francesc Altet wrote:
> I think the problem is that you have compiled the PyTables extensions
> using an old version of Pyrex. Try installing the lastest version of
> Pyrex and see if it goes better (remember to re-generate the
> C-files; 'touch src/*.pyx'
A Wednesday 12 September 2007, Gael Varoquaux escrigué:
> Sorry if this is a FAQ, google didn't show anything very quickly.
>
> We are running a Python script using pytables1.3.2 to load data. It
> runs fine in Python2.4, but in 2.5 we see this:
>
> /home/robert/evaporation/projet_num/evaporation_V
Sorry if this is a FAQ, google didn't show anything very quickly.
We are running a Python script using pytables1.3.2 to load data. It runs
fine in Python2.4, but in 2.5 we see this:
/home/robert/evaporation/projet_num/evaporation_VT1.py in
experience(source, K, dt_libre1, dt_libre2, RELAIS)
1