On Wed, 20 Aug 2008, Simon Burton wrote: > On Tue, 19 Aug 2008 04:45:19 -0700 > Robert Bradshaw <[EMAIL PROTECTED]> wrote: > >> >> Have you looked at http://wiki.cython.org/PackageHierarchy? >> >> - Robert >> > > That fixed it.. ( include_dirs = ["."] )
Excellent. Hopefully this will work for other people who stumble accross this thread too. > By the way, i did a presentation on cython last night at nyc python user > group. > It was (very) well received. Cool. Cython was well recieved at the SciPy 2008 conference as well. > One thing I would suggest is putting a prominent > link to the pyrex docs on the cython front page... yes ? It has been confusing It's the second line under Documentation at http://cython.org. Or were you refering to something else? - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
