> It looks like it didn't actually install. With all this copying of
> /usr/local/bin/python, are you sure you installed it into the right
> one? What happens when you run
> cd /path/to/cython
> /usr/local/bin/python2.7 setup.py install
Thanks for directing me Robert.
Actually that is functionally equivalent to what I did,
and I tried anyway, with the same result,
but your question prompted me to look further.
The build actually said:
Writing /usr/local/lib/python2.7/site-packages/Cython-0.15-py2.7.egg-
info
So I looked in site-packages for 2.7 and saw:
# ls -1 | grep cython
Cython
Cython-0.14.1-py2.7-freebsd-8.2-RELEASE-i386.egg
Cython-0.15-py2.7.egg-info
Cython-0.15rc0-py2.7.egg-info
cython.py
cython.pyc
Evidently it's finding the old build somehow.
I deleted the Cython-0.14.1-py2.7-freebsd-8.2-RELEASE-i386.egg
and Cython now reports 0.15 all the time.
Please accept my apologies. This was a build problem peculiar to me.
Thanks very much for your response.