Hi Jeff,

2010/8/16, Jeff Reback <jreb...@yahoo.com>:
> upgraded to cython 0.12.1
>
> compiled and installed with no errors, but....
>
> [cow-root-~] python
> Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40)
> [GCC 4.3.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import tables
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/lib/python2.5/site-packages/tables/__init__.py", line 84, in
> <module>
>     from tables.file import File, openFile, copyFile
>   File "/usr/lib/python2.5/site-packages/tables/file.py", line 45, in
> <module>
>     from tables import hdf5Extension
>   File "hdf5Extension.pyx", line 1, in init tables.hdf5Extension
> (tables/hdf5Extension.c:15802)
> AttributeError: 'module' object has no attribute '__pyx_capi__'

No idea on what's going on there.  Maybe is an incompatibility of
Cython and Python 2.5, but I'm only guessing.  Mmh, could you try
using Python 2.6 just to make sure that we remove this possibility?

-- 
Francesc Alted

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to