[Cython] problems with current cython-devel repo
Stefan Behnel
stefan_ml at behnel.de
Fri Jul 11 18:23:27 CEST 2008
Hi,
Lisandro Dalcin wrote:
> Hi all, after some time of inactivity, I'm back. I've just pulled
> cython-devel repo and I'm having some trouble.
Yes, so do I. :-/
> 1) It seems that the transforms code does not play nicely with the
> compiled Scanners.so. After installing Cython, I have to manually
> remove Scanners.so to get Cython running.
Not sure what the problem is, I'll have to dig into that.
> 2) There is a typo, trivial to fix (just change a 'p' to a 's'), the
Thanks.
> 3) But now, the code above seems to do not plat nice with the following:
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> cdef extern from *:
> int foo(int x[])
> int bla(int[])
> ^
> ------------------------------------------------------------
> /tmp/qq.pyx:3:15: Basic C types do not support buffer access
Hmm, ok, I commented that code out for now and added a test case.
Should be back up working (at least for this part).
Stefan
More information about the Cython-dev
mailing list