Comment 5 for bug 740396

Revision history for this message
Konrad (sosnowski-konrad) wrote :

Hi, slightly different stack trace, also on Ubuntu 11.04 - any ideas? Tried multiple re-installs of pytables and hdf5 related packages...

/usr/lib/python2.7/dist-packages/tables/__init__.py in <module>()
     74 # Import the user classes from the proper modules

     75 from tables.exceptions import *
---> 76 from tables.file import File, openFile, copyFile
     77 from tables.node import Node
     78 from tables.group import Group

/usr/lib/python2.7/dist-packages/tables/file.py in <module>()
     41
     42 import tables.misc.proxydict
---> 43 from tables import hdf5Extension
     44 from tables import utilsExtension
     45 from tables import parameters

ImportError: /usr/lib/python2.7/dist-packages/tables/hdf5Extension.so: undefined symbol: H5T_STD_U8BE_g