On Sun, Aug 16, 2009 at 3:17 PM, Tom Kuiper <kuiper@jpl.nasa.gov> wrote:
Fernando Perez wrote:
> here are some notes regarding the tutorial requirements.  I am sending this to
> all of you, though some of it may only apply to those attending the advanced
> track.
>
> - If you had troubles with the testing scripts, please note that I've fixed a
>   few small issues.  The current versions are (intro, advanced and
>   pycuda-specific):
>
>   https://cirl.berkeley.edu/fperez/tmp/intro_tut_checklist.py
>   https://cirl.berkeley.edu/fperez/tmp/adv_tut_checklist.py
>   https://cirl.berkeley.edu/fperez/tmp/pycuda_tut_checklist.py
>
...
The stable Debian version of cython is 0.9.8.  I just downloaded it.

"AssertionError: Cython version (0, 9, 8) found, at least (0, 11, 2)
required"

It seems that 0.11.2 is in the unstable Debian distribution.  Can
someone suggest how to get that package without having to upgrade to
unstable?

Thanks

Tom
_______________________________________________
SciPy-User mailing list
SciPy-User@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user


Hi Tom,

This is Fedora 11. You might try to make a source installation. It just works fine here. (Might be a good idea to remove the old Cython package to eliminate the conflicts.)

First install Mercurial to use hg command, then do:

hg clone http://hg.cython.org/cython/

go in to the cython directory and issue a "python setup.py install."

That should bring you up-to-date.
--
Gökhan