On Mon, 15 Jan 2007 20:03:30 -0800, Nick Alexander <[EMAIL PROTECTED]> wrote:
sage/modules/complex_double_vector.pyx -->
/Users/nalexand/Devel/sage/local//lib/python/site-packages//sage/modules/complex_double_vector.pyx
pyrexc --embed-positions
-I/Users/nalexand/Devel/sage-alpha8/devel/sage-nca
sage/modules/complex_double_vector.pyx
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef ComplexDoubleElement x
if i < 0 or i >= self.v.size:
raise IndexError, 'index out of range'
else:
x = new_ComplexDoubleElement()
x._complex = <gsl_complex> gsl_vector_complex_get(self.v,i)
^
------------------------------------------------------------
/Users/nalexand/Devel/sage-alpha8/devel/sage-nca/sage/modules/complex_double_vector.pyx:132:25:
Cannot assign type 'gsl_complex' to 'gsl_complex'
sage: Error running pyrexc.
sage: There was an error installing modified sage library code.
Any ideas?
Nick
Install the latest version of sagex, which fixes this problem. You might
want to do a "sage -upgrade" which will automatically upgrade sagex.
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---