Hi:  I'm trying to get pytables working with HDF5 1.6.4, numarray 1.5.2 
and python 2.3.2 on AIX (http://www.nersc.gov/nusers/resources/SP/).  I 
can get it to build and install sucessfully, but running any of the 
tests or examples gives errors like this:

bash-2.05b$ python tutorial1-1.py

-**-**-**-**-**-**- file creation  -**-**-**-**-**-**-**-
Creating file: tutorial1.h5

-**-**-**-**-**- group and table creation  -**-**-**-**-**-**-**-
Group '/detector' created
HDF5-DIAG: Error detected in HDF5 library version: 1.6.4 thread 0.  Back 
trace follows.
  #000: H5T.c line 1472 in H5Tcopy(): not a data type
    major(01): Function arguments
    minor(03): Inappropriate type
HDF5-DIAG: Error detected in HDF5 library version: 1.6.4 thread 0.  Back 
trace follows.
  #000: H5D.c line 1072 in H5Dcreate(): not a location ID
    major(01): Function arguments
    minor(03): Inappropriate type
  #001: H5G.c line 2438 in H5G_loc(): invalid group ID
    major(01): Function arguments
    minor(05): Bad value
  #002: H5I.c line 1262 in H5I_find_id(): invalid ID
    major(07): Atom layer
    minor(32): Unable to find atom information (already closed?)
HDF5-DIAG: Error detected in HDF5 library version: 1.6.4 thread 0.  Back 
trace follows.
  #000: H5T.c line 1530 in H5Tclose(): not a data type
    major(01): Function arguments
    minor(03): Inappropriate type
Traceback (most recent call last):
  File "tutorial1-1.py", line 46, in ?
    table = h5file.createTable(group, 'readout', Particle, "Readout 
example")
  File 
"/project/projectdirs/incite11/seaborg/lib/python/tables/File.py", line 
769, in createTable
    filters=fprops, expectedrows=expectedrows)
  File 
"/project/projectdirs/incite11/seaborg/lib/python/tables/Table.py", line 
354, in __init__
    super(Table, self).__init__(parentNode, name, new, filters, _log)
  File 
"/project/projectdirs/incite11/seaborg/lib/python/tables/Leaf.py", line 
265, in __init__
    super(Leaf, self).__init__(parentNode, name, _log)
  File 
"/project/projectdirs/incite11/seaborg/lib/python/tables/Node.py", line 
275, in __init__
    self._v_objectID = self._g_create()
  File 
"/project/projectdirs/incite11/seaborg/lib/python/tables/Table.py", line 
583, in _g_create
    self._v_objectID = self._createTable(
  File "TableExtension.pyx", line 274, in TableExtension.Table._createTable
tables.exceptions.HDF5ExtError: Problems creating the table
Closing remaining opened files...  tutorial1.h5... done.


-Jeff

-- 
Jeffrey S. Whitaker         Phone : (303)497-6313
NOAA/OAR/CDC  R/PSD1        FAX   : (303)497-6449
325 Broadway                Boulder, CO, USA 80305-3328


-------------------------------------------------------------------------
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