[Pyrex] Cython-0.9.6 (incompatibility to Pyrex)

William Stein wstein at gmail.com
Sun Jul 29 18:53:59 CEST 2007


On 7/29/07, Helmut Jarausch <jarausch at skynet.be> wrote:
> On 28 Jul, William Stein wrote:
> > Hello Pyrex List and Sage-devel,
> >
> > I've released Cython-0.9.6 at http://www.cython.org/.   I hope Cython
> > can be thought
> > of as a "bleading edge" derivative of Pyrex (not a fork).
>
> I've just tried cyton-0.9.6.1 on one of my projects.
>
> (I'm using python 2.5 on a GenToo system)
> After python setup.py install
>
> I tried (the patched version (for Python 2.5) of Pyrex-0.9.5.1) works
> just fine on this file
>
>
> cython APSM.pyx  (run as non-root user, no write permission on /usr/lib/....)
>
> but I got
>
> Lexicon hash mismatch:
>    expected 41b726e35f7afc0d74cab55e444efd7b
>    got      28ec610462e70a00ce9be6f4436d9d2d
> Creating lexicon...
> Done (0.24 seconds)
> Warning: Unable to save pickled lexicon in /usr/lib/python2.5/site-packages/Cython/Compiler/Lexicon.pickle

OK, I updaed the Lexicon.pickle file for cython-0.9.6.3, so this
shouldn't have to be generated anymore.  This problem was caused
by me renaming Pyrex to Cython in many places, but not updating
Lexicon.pickle.  Thanks for the report.

 -- William



More information about the Pyrex mailing list