> There is a weird bug in Sage (or Python) where in some weird cases it
> blames sympy for every single thing that ever goes wrong.
> Go figure.

I noticed that too. It blames sympy.plotting, which has this:

    try:
        from ctypes import *
    except:
        raise ImportError("ctypes is required for
plotting.\n'easy_install ctypes' or visit
http://sourceforge.net/projects/ctypes/";)

I don't know if it could be related to ctypes, but I cannot reproduce
it, maybe it was fixed by not importing sympy by default in recent
Sage.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to