On Tue, 12 Aug 2008 12:28:40 -0700 Robert Bradshaw <[EMAIL PROTECTED]> wrote:
> On Aug 12, 2008, at 8:53 AM, Simon Burton wrote: > > > $ cython foo.pyx > > > > Error converting Pyrex file to C: > > ------------------------------------------------------------ > > ... > > > > > > cdef class Foo: > > > > public unsigned int zap > > ^ > > ------------------------------------------------------------ > > > > foo.pyx:5:11: Syntax error in simple statement list > > > > $ cython --version > > Cython version 0.9.8 > > > > > > Or did I break my cython install ? > > Don't you have to write > > cdef class Foo: > cdef public unsigned int zap > > ? > > - Robert Yes apparently so. However, this was working in Cython version 0.9.6.12 Simon. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
