Re: [Pytables-users] corrupt hdf5 files?

2006-03-08 Thread Andrew Straw
Francesc Altet wrote: El dc 08 de 03 del 2006 a les 09:17 -0800, en/na Andrew Straw va escriure: Hi, I looks like I may have lost the results of last nights' experiments by doing a Ctrl-C to quit my Python program writing hdf5 files using pytables rather than doing it nicely. :( Obviously,

[Pytables-users] File.copyNodeAttrs() wont take string as dest

2006-03-08 Thread Mike Romberg
Submitted to sourceforge bugtracker: copyNodeAttrs() seems to work if the destination is a node object. But fails if it is a string. Here is an example. Ran with pytables-1.2.3. import tables fp = tables.openFile('test.h5', mode='w') fp.setNodeAttr('/', 'foo', 'bar') fp.createGroup('/', 't

Re: [Pytables-users] corrupt hdf5 files?

2006-03-08 Thread Francesc Altet
El dc 08 de 03 del 2006 a les 09:17 -0800, en/na Andrew Straw va escriure: > Hi, > > I looks like I may have lost the results of last nights' experiments by > doing a Ctrl-C to quit my Python program writing hdf5 files using > pytables rather than doing it nicely. :( Obviously, this is something I

Re: [Pytables-users] corrupt hdf5 files?

2006-03-08 Thread Andrew Straw
Andrew Straw wrote: >Hi, > >I looks like I may have lost the results of last nights' experiments by >doing a Ctrl-C to quit my Python program writing hdf5 files using >pytables rather than doing it nicely. :( > FWIW, this was with the snapshot 20060306. -

[Pytables-users] corrupt hdf5 files?

2006-03-08 Thread Andrew Straw
Hi, I looks like I may have lost the results of last nights' experiments by doing a Ctrl-C to quit my Python program writing hdf5 files using pytables rather than doing it nicely. :( Obviously, this is something I won't do again in the future, but do I have any hope to rescue my hdf5 file? I presu

Re: [Pytables-users] Best practice for variable length array in/with a table

2006-03-08 Thread Francesc Altet
Hi Dav, El dt 07 de 03 del 2006 a les 16:05 -0800, en/na Dav Clark va escriure: > Hello, > > I just started looking at PyTables for a project, and am looking for some > advice. > > Problem in brief - > > * I have a variety of medical (brain) imaging datasets that I need to store. > This inc

Re: [Pytables-users] installing pytables-1.2.3 failed on windows xp pro

2006-03-08 Thread Francesc Altet
El dc 08 de 03 del 2006 a les 00:16 +0100, en/na [EMAIL PROTECTED] va escriure: > Ok, you are right. bzip2.dll (version 1.0.2) comes with the glade > distribution from http://gladewin32.sourceforge.net/modules/wfdownloads/ . > gladewin unfortuantely adds it's executable directory to PATH. > > I ad