numpy and cython

Mark Lawrence breamoreboy at yahoo.co.uk
Sat May 9 12:53:31 EDT 2015


On 09/05/2015 16:56, pauld11718 wrote:
> 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")
> )
>

If you cannot be bothered to supply any context so I've no idea what 
you're talking about, then I cannot be bothered to try and help.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list