Hello

I'm very interested in trying out PyTables. However I've seem to have
run into problems from the start.

I'm very sorry if this is the wrong forum for this question!



Here goes:

 When running the self tests I get:

~/build/tables-2.1.1/tables/tests > python test_all.py
Traceback (most recent call last):
  File "test_all.py", line 17, in ?
    import tables
  File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/tables/__init__.py",
line 56, in ?
    from tables.utilsExtension import getPyTablesVersion, getHDF5Version
ImportError: Failure linking new module:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/tables/utilsExtension.so:
Symbol not found: _H5T_STD_I64LE_g
  Referenced from:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/tables/utilsExtension.so
  Expected in: dynamic lookup



My python:

>python -V
Python 2.4.4

>which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python

>file /Library/Frameworks/Python.framework/Versions/Current/bin/python
/Library/Frameworks/Python.framework/Versions/Current/bin/python:
Mach-O universal binary with 2 architectures
/Library/Frameworks/Python.framework/Versions/Current/bin/python (for
architecture i386):     Mach-O executable i386
/Library/Frameworks/Python.framework/Versions/Current/bin/python (for
architecture ppc):      Mach-O executable ppc


The following seem to indicate to me that the symbol is present

~/build/tables-2.1.1/ > nm
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/tables/utilsExtension.so
|grep _H5T_STD_I64LE_g
         U _H5T_STD_I64LE_g


Any hints on what might cause this error, or something I might have done wrong?



Best regards

/Fredrik Fall

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to