On Jul 21, 2:34 am, Mike Hansen <mhan...@gmail.com> wrote: > On Tue, Jul 20, 2010 at 9:27 AM, KvS <keesvansch...@gmail.com> wrote: > > Thanks for the quick reply. I tried putting "from sage.all import *" > > Could you post the code tohttp://sage.pastebin.com. It is better to > avoid using "import *" and explicitly list the things that you want to > import. That way you know what objects are coming from where. > > --Mike
Cheers. Sure I understand 'import *' shouldn't be used unless ..., but in this case it seems the right thing to do, a.o. since you otherwise you have to keep on altering the importing if you use a new function no? Here is the code from the Pyhton module (stripped down to only the function that causes the problem, also with this stripped down version the problem is the same for me): http://sage.pastebin.com/nH6iYiD4. -- 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 URL: http://www.sagemath.org