Re: Site down

Stefan Behnel <[email protected]> Mon, 06 Sep 2010 19:28:29 +0200
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
Mike Wyatt, 06.09.2010 17:23:
> I'd like to get the latest code, but the site is not responding.  I'm not
> getting any response (404 or otherwise), so I'm expecting my browser to
> eventually time out.
>
> http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
>
> In the meantime, I found Pyrex-0.9.9.tar.gz here (
> http://distfiles.macports.org/python).

The Cython projects also hosts an HG mirror:

http://hg.cython.org/pyrex

so you can get the latest head of the repository from here:

http://hg.cython.org/pyrex/archive/tip.tar.gz

Stefan