Francesc Alted <faltet <at> pytables.org> writes: > > 'tables\utilsExtension.c': No such file or directory > > ===================== > > Would you please help? > > Mmh. It seems like Cython is not automatically generating > tables\utilsExtension.c from tables\utilsExtension.pyx. Frankly, I don't > know > why this is so. > > Anyway, you can try to generate extensions manually with something like: > > $ cython tables\*.pyx > > I'm cc'ying to the PyTables list just in case anyone can provide some hint. >
This fixed the same problem for me on Ubuntu 10.04: $ pip install --upgrade tables==2.2 <fails> $ cython build/tables/tables/*.pyx $ pip install --upgrade tables==2.2 <succeeds> ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Pytables-users mailing list Pytables-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pytables-users