A Thursday 01 July 2010 21:35:59 escriguéreu: > Hi Francesc, > I just ran > > easy_install http://pytables.org/svn/pytables/branches/std-2.2 > > on my windows7 64bit machine with Python 2.6.5 (32bit), HDF5-1.8.5 > (64bit), numpy(32bit), and scipy (32bit) installed already. > Here is my installation error: > ===================== > Downloading http://pytables.org/svn/pytables/branches/std-2.2 > Doing subversion checkout from > http://pytables.org/svn/pytables/branches/std-2.2 to > c:\users\dr473f~1.x\appdata\local\temp\easy_install-zrbkki\std-2.2 > Processing std-2.2 > Running setup.py -q bdist_egg --dist-dir > c:\users\dr473f~1.x\appdata\local\temp\easy_install-zrbkki\std-2.2\egg-dist > -tmp-h7mcdn * Found numpy 1.4.1 package installed. > * Found numexpr 1.3.1 package installed. > * Found HDF5 headers at ``C:\HDF5\include``, library at ``C:\HDF5\dll``. > * Could not find LZO 2 headers and library; disabling support for it. > * Could not find LZO 1 headers and library; disabling support for it. > * Could not find bzip2 headers and library; disabling support for it. > * Found pthreads headers at ``C:\pthreads\include``, library at > ``C:\pthreads\lib``. > warning: no files found matching 'Makefile' under directory 'tables' > warning: no files found matching 'Makefile' under directory 'src' > warning: no files found matching '*.pdf' under directory 'doc' > warning: no files found matching '*.html' under directory 'doc' > warning: no files found matching 'Makefile' under directory 'doc' > warning: no files found matching 'README' under directory 'contrib' > Found executable C:\Program Files (x86)\Microsoft Visual Studio > 9.0\VC\BIN\cl.exe > utilsExtension.c > c1 : fatal error C1083: Cannot open source file: > '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. -- Francesc Alted ------------------------------------------------------------------------------ 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