It is unclear to me whether or not the tutorial http://www.sagemath.org/doc/html/tut/node48.html#sec:standalone answers your questions. Could you explain that first? Thanks.
Ondrej Certik wrote: > Hi, > > I would like to use SAGE from a normal python by using: > > import sage > > and playing with it. I know that I can use: > > [EMAIL PROTECTED]:~/extprograms/sage-2.5.alpha0$ ./sage -python > example.sage > This is a simple SAGE example script. > 15 > Traceback (most recent call last): > File "example.sage", line 26, in <module> > print factor(2005) > NameError: name 'factor' is not defined > > But I prefer to have SAGE installed as a regular python package. Is it > possible? > > Thanks very much, > Ondrej > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
