On Jul 21, 2:34 am, Mike Hansen <[email protected]> wrote: > On Tue, Jul 20, 2010 at 9:27 AM, KvS <[email protected]> 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 [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-support URL: http://www.sagemath.org
