I was trying to compile cython on windows and I get the following error

c:\Users\leon.sit\Desktop>c:\Python26\python.exe
cython-8bff3332e34f\setup.py install
running install
running build
running build_py
file pyximport/__init__.py (for module pyximport/__init__) not found
file pyximport/pyximport.py (for module pyximport/pyximport) not found
file pyximport/pyxbuild.py (for module pyximport/pyxbuild) not found
file cython.py (for module cython) not found
package init file 'Cython\__init__.py' not found (or not a regular file)
creating build
creating build\lib.win32-2.6
creating build\lib.win32-2.6\Cython
copying Cython\cython.py -> build\lib.win32-2.6\Cython
copying Cython\runtests.py -> build\lib.win32-2.6\Cython
copying Cython\setup.py -> build\lib.win32-2.6\Cython
copying Cython\setupegg.py -> build\lib.win32-2.6\Cython
error: package directory 'Cython\Compiler' does not exist
--------------------------------------------------------------------------------------

I am using

Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32

and I have VS2005 and VS2008 on my computer.

Any pointer is appreciated.


Best Regards,

Leon Sit
Graduate Student in Statistics at Rutgers University
[email protected]
http://eden.rutgers.edu/~wingsit/
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to