On Tue, Dec 13, 2011 at 8:27 AM, Jonathan Bober <[email protected]> wrote: > Does anyone happen to know why this happens? I have a feeling it is going to > annoy my sometime soon.
You can prevent mpmath from trying to import Sage altogether by setting the MPMATH_NOSAGE environment variable. Of course, this makes the runtime a bit slower. Right now mpmath imports sage.all but only uses sage.Integer, sage.factorial, sage.fibonacci and sage.primes. I suppose the last three imports could be done lazily. But it definitely needs to import the Sage Integer type at startup or not at all. Fredrik -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
