Hi, new to the list. I'm trying to get pytables installed on a Red Hat Enterprise system, with a local copy of python 2.5. Pytables _seems_ to install successfully, giving me the output below.
However, when I try to use pytables, I get an error saying "ImportError: libhdf5.so.5: cannot open shared object file: No such file or directory". Why does the installation process show that it knows where the libraries are but the usage fail to find them?? Thanks, Mike sudo /usr/local/bin/python setup.py install --hdf5=/usr/local/ Password: * Found numpy 1.1.1 package installed. * Found HDF5 headers at ``/usr/local/include``, library at ``/usr/local/lib``. * Could not find LZO 2 headers and library; disabling support for it. * Could not find LZO 1 headers and library; disabling support for it. * Found bzip2 headers at ``/usr/include``, library at ``/usr/lib64``. running install running build running build_py running build_ext running build_scripts running install_lib running install_scripts changing mode of /usr/local/bin/nctoh5 to 755 changing mode of /usr/local/bin/ptdump to 755 changing mode of /usr/local/bin/ptrepack to 755 running install_egg_info Removing /usr/local/lib/python2.5/site-packages/tables-2.0.4-py2.5.egg-info Writing /usr/local/lib/python2.5/site-packages/tables-2.0.4-py2.5.egg-info -- ------------------------------------------------------ Michael Hearne [EMAIL PROTECTED] (303) 273-8620 USGS National Earthquake Information Center 1711 Illinois St. Golden CO 80401 Senior Software Engineer Synergetics, Inc. ------------------------------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
