When I run this code: %cython %time import numpy as np cimport numpy as np
COMPLEX = np.complex128 ctypedef np.complex128_t COMPLEX_t it gives me this error: "...code_sage30_spyx_0.pyx:10:9: 'complex128_t' is not a type identifier" As far as I can tell my code should work. At one point I think I heard that this was a known issue and would be fixed in 4.1. Is it still not working, or am I doing something wrong? If it isn't working, is there any sort of work around I can do? Thanks for any help you can give, Ethan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---