Stefan Behnel wrote:
> Diez B. Roggisch wrote:
>> I'm trying to build a Cython-extension as Egg.
>>
>> However, this doesn't work - I can either use distutils to build the
>> extension, creating a myextension.c-file on the way.
>>
>> If that's there, I can use setuptools to build the egg.
>>
>>
Diez B. Roggisch wrote:
> I'm trying to build a Cython-extension as Egg.
>
> However, this doesn't work - I can either use distutils to build the
> extension, creating a myextension.c-file on the way.
>
> If that's there, I can use setuptools to build the egg.
>
> But when I remove the .c-file,
On Fri, Aug 7, 2009 at 7:09 PM, Diez B. Roggisch wrote:
>
> Tried that, nothing changed :(
Then you will have to modify Cython.Distutils to be aware of
setuptools, I think (and soon Distribute... ).
David
--
http://mail.python.org/mailman/listinfo/python-list
David Cournapeau schrieb:
On Thu, Aug 6, 2009 at 7:38 PM, Diez B. Roggisch wrote:
Hi,
I'm trying to build a Cython-extension as Egg.
However, this doesn't work - I can either use distutils to build the
extension, creating a myextension.c-file on the way.
If that's there, I can use setuptools
On Thu, Aug 6, 2009 at 7:38 PM, Diez B. Roggisch wrote:
> Hi,
>
>
> I'm trying to build a Cython-extension as Egg.
>
> However, this doesn't work - I can either use distutils to build the
> extension, creating a myextension.c-file on the way.
>
> If that's there, I can use setuptools to build the e
Hi,
I'm trying to build a Cython-extension as Egg.
However, this doesn't work - I can either use distutils to build the
extension, creating a myextension.c-file on the way.
If that's there, I can use setuptools to build the egg.
But when I remove the .c-file, the .pyx-file isn't used to re-gen