Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90242

Re: numpy and cython

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: numpy and cython
Date 2015-05-09 17:53 +0100
References <9a85a810-8052-40be-a95d-084f0cb4e2d0@googlegroups.com> <mailman.283.1431183852.12865.python-list@python.org> <a3d2979c-491e-4d99-a5c3-77f62344fe0c@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.285.1431190420.12865.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 07:51 -0700
  Re: numpy and cython Chris Angelico <rosuav@gmail.com> - 2015-05-10 01:04 +1000
    Re: numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 08:56 -0700
      Re: numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 09:09 -0700
        Re: numpy and cython Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-09 17:54 +0100
      Re: numpy and cython Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-09 17:53 +0100

csiph-web