To William Stein: Great thanks. To John Cremona: Sorry about that, won't happen again.
On Apr 24, 3:10 pm, William Stein <[email protected]> wrote: > On Fri, Apr 23, 2010 at 5:23 PM, Alex P <[email protected]> wrote: > > Hi all, > > I was trying to use a PARI/GP script in SAGE. I tried gp('\r > > name_of_file.gp'), but SAGE said could not get the file. > > So is there any way to do this. > > You need > > sage: gp("\\r name.gp") > > or > > sage: gp(r"\r name.gp") > > William > > > > > 10x in advance. > > Alex > > > -- > > 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 > > athttp://groups.google.com/group/sage-support > > URL:http://www.sagemath.org > > -- > William Stein > Professor of Mathematics > University of Washingtonhttp://wstein.org > > -- > 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 > athttp://groups.google.com/group/sage-support > URL:http://www.sagemath.org -- 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
