[Pythonmac-SIG] PyTables installation problems

Massimo Di Stefano massimodisasha at yahoo.it
Sat Feb 27 12:11:07 CET 2010


Hi All,


tring to install Pytables on a mac osx 10.6.2 i get this error :

In [1]: from tables import *
------------------------------------------------------------
Traceback (most recent call last):
  File "<ipython console>", line 1, in <module>
  File "tables/__init__.py", line 56, in <module>
    from tables.utilsExtension import getPyTablesVersion, getHDF5Version
ImportError: No module named utilsExtension


In [2]:


Have you any clue on how to fix it ?
Googling a bit i see it's a "common" problem, but i can't yet find a solution to fix it.

Thanks for any suggestion,

Massimo.


More information about the Pythonmac-SIG mailing list