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
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to