Re: Fwd: while using Cython I got this... any ideas ?
On Nov 6, 2007, at 3:09 PM, Ulisses Furquim wrote:
> On 11/6/07, Robert Bradshaw <robertwb@...> wrote:
>> On Nov 6, 2007, at 2:57 PM, Ulisses Furquim wrote:
>>
>>> This error happens when Cython couldn't generate the C source code
>>> file. Can you please update to Cython 0.9.6.8 and try to compile
>>> python-efl again? Yesterday I've just changed everything there to
>>> work
>>> with this newer version. If you have any problems, please tell me
>>> and
>>> I'll help you.
>>
>> Just out of curiosity, what did you have to change to get things to
>> work?
>
> We're using 0.9.6.7 and I had to replace "with GIL" with "with gil"
OK
> and the include dirs passed with -I to setuptools didn't work anymore.
> I had to update pyrex_include_dirs directly.
I'll look into this
> And that reminded me of
> asking if you guys plan to replace all occurences of "pyrex" with
> "cython". Do you?
Yes, other than in the acknowledgments of course :).
(Continue reading)