On Fri, Apr 23, 2010 at 5:23 PM, Alex P <alexvpetr...@gmail.com> 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 sage-support@googlegroups.com
> To unsubscribe from this group, send email to 
> sage-support+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
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, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to