Hi Milos


Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "tables/__init__.py", line 56, in <module>
    from tables.utilsExtension import getPyTablesVersion,
getHDF5Version ImportError: dlopen(tables/utilsExtension.so, 2):
Symbol not found: _compress2
  Referenced from:
/Users/milos/Work/python/pytables-2.0.4/tables/utilsExtension.so
  Expected in: dynamic lookup

I am not sure what this means, but I am guessing that it doesn't have
to do with the libraries. Do you have an idea what may be going on?
Thanks,

could you try an
otool -L /Users/milos/Work/python/pytables-2.0.4/tables/ utilsExtension.so and see if all libraries referenced there are found? If not, your LD_LIBRARY_PATH or $DYLD_LIBRARY_PATH needs some adjustments.
(But I don't think that's the problem...)

ImportError: dlopen(tables/utilsExtension.so, 2): Symbol not found: _compress2

I can't really help here, but you get the symbols in a shared library with nm
(man nm)

I have tried a few things to find where that symbol could be referenced or defined, unfortunately without success. But I run the same version on Mac OS X 10.4.11 and it's just fine here.


> I am sending this just to you first, since it is an installation
> issue, so I don't want to bother the whole user group.
Please don't! Always bother the group with everything, unless you are already iterating specific problems with somebody. The chances of somebody having a similar problem before or after you are infinitely higher if you post to the list. Unfortunately I am not being a great help here, but please don't let that discourage you.

Good luck,
    Jan


-------------------------------------------------------------------------
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
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to