Mike,  I am running sage 4.1 with VMWARE (windows XP) where I compiled
sage 4.1 from source.

I then tried:
manage
sudo su
cd  /usr/local/sage
wget  sage.math.washington.edu/home/robertwb/cython/cython-0.112.spkg
sage –f cython-0.11.2.spkg

which seemed to compile fine.  However if I try from inside a
notebook:


%cython
import numpy as np
cimport numpy as np
COMPLEX = np.complex128
ctypedef np.complex128_t COMPLEX_t

it does not work inside of a notebook.  Does your fix only work on
Linux or only outside of the notebook?

Thanks Mike

On Jul 17, 12:37 pm, Mike Hansen <mhan...@gmail.com> wrote:
> Hi Ethan,
>
> On Fri, Jul 17, 2009 at 10:41 AM, Ethan Van Andel<evlu...@gmail.com> wrote:
>
> > Is it possible to change the version of Cython that sage -b runs? (it
> > uses 11.1, I need the complex support added in 11.2)
>
> There is a ticket to update Cython in Sage 
> athttp://trac.sagemath.org/sage_trac/ticket/6438.  If you 
> downloadhttp://sage.math.washington.edu/home/robertwb/cython/cython-0.11.2.spkg
> and run "sage -f /path/to/cython-0.11.2.spkg", then Cython 0.11.2 will
> be used.
>
> --Mike
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to