Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90242
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'context': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'setup.py': 0.09; 'language.': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'import': 0.22; 'header:User-Agent:1': 0.23; 'compilation': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; "you're": 0.61; 'our': 0.64; 'talking': 0.65; 'charset:windows-1252': 0.65; 'bothered': 0.68; 'received:89': 0.85 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: numpy and cython |
| Date | Sat, 09 May 2015 17:53:31 +0100 |
| References | <9a85a810-8052-40be-a95d-084f0cb4e2d0@googlegroups.com> <mailman.283.1431183852.12865.python-list@python.org> <a3d2979c-491e-4d99-a5c3-77f62344fe0c@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-89-240-163-187.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
| In-Reply-To | <a3d2979c-491e-4d99-a5c3-77f62344fe0c@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.285.1431190420.12865.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1431190420 news.xs4all.nl 2937 [2001:888:2000:d::a6]:47970 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:90242 |
Show key headers only | 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 | Next — Previous in thread | Find similar | Unroll 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