numpy and cython

pauld11718 pauld11718 at gmail.com
Sat May 9 11:56:41 EDT 2015


NO the compilation isn't working...

The setup.py : 

from distutils.core import setup
from Cython.Build import cythonize

setup(
    ext_modules = cythonize("visco.pyx")
)



More information about the Python-list mailing list