> This is because when you type "from scipy import integrate" you are > overwriting the integrate function. (There can only be one thing named > integrate at a time in a given scope.)
I agree that this is the cause, but it is still a bug. Why on earth does the toplevel integrate function have anything to do with what calling maxima returns? My guess is that there's an eval() that expects integrate to be defined in a certain way -- and that's a faulty assumption. Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---