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

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to