On 11/14/06, Francesc Altet <[EMAIL PROTECTED]> wrote:
Hi Jarrod,
A Dilluns 13 Novembre 2006 22:46, Jarrod Roberson escrigué:
> using pytables 1.3.2 and HDF5 1.6.5
>
> I have this simple test harness program
>
[SNIP]
> "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packa
>ges/tables/TableExtension.pyx", line 1159, in TableExtension.Row.__setitem__
> # NotImplementedError: You cannot set Row fields when in middle of an table
> iterator. Use Table.modifyRows() or Table.modifyColumns () instead.
>
> Anyone know how to update information in a table, and what is the correct
> way if the documenation is wrong?
Mmm, the attached file (based on your code) works just fine here
(using PyTables 1.3.3). Here is the output:
Before:
a = 1
b = 2
c = 3
After:
a = x
b = x
c = x
Closing remaining opened files... /tmp/wfsr.hdf5... done.
Can you update to 1.3.3 and see if it goes better (although I'd say
that 1.3.2 should also work)?
it appears to work under 1.3.3 but not 1.3.2
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
