tags:

views:

21

answers:

0

viTables only seems to work with python 2.5. I have downloaded HDFView, but when I try to open a table I created following this tutorial, I get the following error message:

Failed to open file C:\tutorial.h5
java.io.IOException: Unsupported fileformat - C:\tutorial.h5

Any ideas for getting HDFView to work? Is there something I need to do when I'm using pyTables from python to make the format more generic? Any other good HDF viewers?

Btw, I've just discovered PyTables, and I'm really excited about it.