Hello,
In attempting to install pytables for the first time, after a clean 
"easy_install tables" an attempt to import in python gives me:

> >>> from tables import *
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File 
> "/Library/Python/2.6/site-packages/tables-2.2-py2.6-macosx-10.6-universal.egg/tables/__init__.py",
>  line 63, in <module>
>     from tables.utilsExtension import getPyTablesVersion, getHDF5Version
> ImportError: 
> dlopen(/Library/Python/2.6/site-packages/tables-2.2-py2.6-macosx-10.6-universal.egg/tables/utilsExtension.so,
>  2): Symbol not found: _H5E_CALLBACK_g
>   Referenced from: 
> /Library/Python/2.6/site-packages/tables-2.2-py2.6-macosx-10.6-universal.egg/tables/utilsExtension.so
>   Expected in: flat namespace
>  in 
> /Library/Python/2.6/site-packages/tables-2.2-py2.6-macosx-10.6-universal.egg/tables/utilsExtension.so


My searches have come up short so I'm hoping someone here might have an idea or 
two.
Many thanks,
Aaron.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to