I am using 4.2.1.alpha0 which built fine and all tests passed o n64-
bit ubuntu.  Here's an example of the message:

{{{
j...@selmer%sage
----------------------------------------------------------------------
| Sage Version 4.2.1.alpha0, Release Date: 2009-11-09                |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
**********************************************************************
*                                                                    *
* Warning: this is a prerelease version, and it may be unstable.     *
*                                                                    *
**********************************************************************
sage: E = EllipticCurve('14a1')
sage: E.isogeny_graph()
sh: kpsewhich: not found
sh: kpsewhich: not found
Graph on 6 vertices
}}}

Is this caused by this system not having some graphics thing installed
(which I expect that it doesn't)?  The normal behaviour would be to
opo up a window with a picture in it.  However,
{{{
sage: t = E.isogeny_graph()
sage: t
Graph on 6 vertices
sage: t.show()
}}}
produces no error message (and no picture either).

John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to