Thank You John
After I do that, I got the following
Installed
/usr/local/lib/python2.6/dist-packages/tables-2.2b3-py2.6-linux-i686.egg
Processing dependencies for tables==2.2b3
Finished processing dependencies for tables==2.2b3

And when i did import, it seems to be working
Thanks John

> You may also need to do
> apt-get build-dep python-tables
>
> 2010/4/7 John Schulman <john.d.schul...@gmail.com>:
>> I had this problem. It was fixed by upgrading pytables to a newer
>> version
>>
>> easy_install pyrex
>> easy_install
>> http://www.pytables.org/download/preliminary/pytables-2.2b3/tables-2.2b3.tar.gz
>>
>> 2010/4/7 António Rocha <antonio.ro...@deimos.com.pt>:
>>> Greetings
>>>
>>> I have just installed pytables 2.0.3 from karmic in my Ubuntu 9.10
>>> installation. I'm running python 2.6 and whenever I do import tables I
>>> get this error:
>>>
>>> port tables
>>> Traceback (most recent call last):
>>>  File "<stdin>", line 1, in <module>
>>>  File "/usr/lib/python2.6/dist-packages/tables/__init__.py", line 76,
>>> in <module>
>>>    from tables.file import File, openFile, copyFile
>>>  File "/usr/lib/python2.6/dist-packages/tables/file.py", line 44, in
>>> <module>
>>>    from tables import hdf5Extension
>>>  File "hdf5Extension.pyx", line 11, in hdf5Extension
>>> ImportError: No module named utilsExtension
>>>
>>> I have installed numpy and libhdf5 1.6.6-0.
>>>
>>> What might be  missing?
>>>
>>> Thank you
>>> Best regards,
>>> Antonio Rocha
>>>
>>>
>>>
>>> __________ Information from ESET NOD32 Antivirus, version of virus
>>> signature database 5007 (20100407) __________
>>>
>>> The message was checked by ESET NOD32 Antivirus.
>>>
>>> http://www.eset.com
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel&#174; Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> Pytables-users mailing list
>>> Pytables-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pytables-users
>>>
>>
>



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to