[sage-support] Re: Trouble getting sage to find a bit of code I've written.

2009-09-06 Thread J. Cooley
Ah, okay! So I needed to type `from sage.schemes.elliptic_curves.ell_curve_isogeny import ` into the sage command line. That seems to have worked. Thank you both very much. Jenny --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.c

[sage-support] Re: Trouble getting sage to find a bit of code I've written.

2009-09-06 Thread Tim Dumol
By "Sage shell", I meant a cell in a worksheet if you're using the Notebook, or the ipython interface of `sage`. Sorry for any confusion. On Sep 7, 12:12 am, "J. Cooley" wrote: > Thanks for your response. What and where is the Sage shell? > > Cheers. --~--~-~--~~~---~

[sage-support] Re: Trouble getting sage to find a bit of code I've written.

2009-09-06 Thread Jan Groenewald
Hi On Sun, Sep 06, 2009 at 09:12:45AM -0700, J. Cooley wrote: > Thanks for your response. What and where is the Sage shell? In a terminal like gnome-terminal or xterm or rxvt, type sage It is a shell based on ipython, with advanced features like autocompletion and special functions for debuggi

[sage-support] Re: Trouble getting sage to find a bit of code I've written.

2009-09-06 Thread J. Cooley
Thanks for your response. What and where is the Sage shell? Cheers. --~--~-~--~~~---~--~~ 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,

[sage-support] Re: Trouble getting sage to find a bit of code I've written.

2009-09-06 Thread Tim Dumol
You need to `from sage.schemes.elliptic_curves.ell_curve_isogeny import ` first on the Sage shell, since `sage.schemes.elliptic_curves.ell_field` is not automatically imported. On Sep 6, 11:31 pm, "J. Cooley" wrote: > Firstly, sorry if my questions are stupid; I only started using sage 3 > weeks