Hi,

I have a .h5 file that generates a core dump from pytables ( or hdf5? ) in the 
read method in the code below.  This happens with hd5 1.6.5 or 1.8alpha , with 
pytables 1.4 or 2.0beta on linux.

from tables import *
fp = openFile( 'TRANSACTIONS248.h5' )
print fp.root._meta_.variables.read()

The 'root._meta_.variables' node is a VLArray of type 'ObjectAtom' and contains 
a picked Python dictionary, just meta data about the data.  The .h5 is 24meg ( 
otherwise I could attach it to this email ).  Is there an ftp site I can upload 
it to when you can get it from?

thanks,
Stefan Kuzminski





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to