Simon Burton | 12 Aug 17:02

[Cython] setup.py example


Does someone a simple cython setup.py example ? I've been hunting around for one without any luck.

thanks,

Simon.
Anatoly A. Kazantsev | 12 Aug 17:18
Favicon

Re: [Cython] setup.py example

On Tue, 12 Aug 2008 11:04:09 -0400
Simon Burton <simon@...> wrote:

> 
> Does someone a simple cython setup.py example ? I've been hunting around for one without any luck.
> 
> thanks,
> 
> Simon.
> _______________________________________________
> Cython-dev mailing list
> Cython-dev@...
> http://codespeak.net/mailman/listinfo/cython-dev

See my project at http://pypi.python.org/pypi/PyHurd/

--

-- 
Anatoly A. Kazantsev

Protect your digital freedom and privacy, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
On Tue, 12 Aug 2008 11:04:09 -0400
Simon Burton <simon@...> wrote:

> 
> Does someone a simple cython setup.py example ? I've been hunting around for one without any luck.
> 
> thanks,
(Continue reading)

Robert Bradshaw | 12 Aug 18:45

Re: [Cython] setup.py example

There's also one in the /Demos directory of the Cython install.

On Aug 12, 2008, at 8:18 AM, Anatoly A. Kazantsev wrote:

> On Tue, 12 Aug 2008 11:04:09 -0400
> Simon Burton <simon@...> wrote:
>
>>
>> Does someone a simple cython setup.py example ? I've been hunting  
>> around for one without any luck.
>>
>> thanks,
>>
>> Simon.
>> _______________________________________________
>> Cython-dev mailing list
>> Cython-dev@...
>> http://codespeak.net/mailman/listinfo/cython-dev
>
> See my project at http://pypi.python.org/pypi/PyHurd/
>
> -- 
> Anatoly A. Kazantsev
>
> Protect your digital freedom and privacy, eliminate DRM, learn more at
> http://www.defectivebydesign.org/what_is_drm
> _______________________________________________
> Cython-dev mailing list
> Cython-dev@...
> http://codespeak.net/mailman/listinfo/cython-dev
(Continue reading)

Phil Austin | 13 Aug 23:25

Re: [Cython] setup.py example

Robert Bradshaw wrote:
> There's also one in the /Demos directory of the Cython install.

Does anyone have a setup.py that shows how to pass flags to cython?  I'd
like to specify "cython --convert-range"

thanks, Phil
Robert Bradshaw | 14 Aug 06:22

Re: [Cython] setup.py example

On Aug 13, 2008, at 2:25 PM, Phil Austin wrote:

> Robert Bradshaw wrote:
>> There's also one in the /Demos directory of the Cython install.
>
> Does anyone have a setup.py that shows how to pass flags to cython?

I'm not sure of a way to do that.

> I'd like to specify "cython --convert-range"

Fortunately for you, this is now enabled by default: http:// 
hg.cython.org/cython/file/4e4808271bdf/Cython/Compiler/Options.py

- Robert


Gmane