My memory could be wrong, but I feel that this exact problem has
occurred before. (The problem of running scripts on the command line not
working -- not necessarily the exact same underlying cause for the
problem.)

This kind of basic functionality should probably be tested somewhere
automatically. Maybe a doctect with a line like

sage: os.system('.\sage something_or_other.sage')

might work. Or maybe this would need to be somehow tested outside the
doctest framework. I don't know. Just a thought.

On Tue, 2007-09-04 at 23:09 -0700, William Stein wrote:
> On 9/4/07, Markus Fraczek <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > after upgrading to 2.8.3.3 running scripts on command line (./sage 
> > example.sage)
> > doesn't work anymore
> >
> 
> Thanks.  I will post a 2.8.3.4 version that fixes this problem and
> remove 2.8.3.3.   You can wait for that (an hour), or just pull
> in a fix for this one problem by doing:
>    sage:  hg_scripts.pull()
> 
> William
> 
> 
> > Best,
> > Marek
> >
> > [EMAIL PROTECTED] ~/temp/sage-2.7.3 $ ./sage
> > ----------------------------------------------------------------------
> > | SAGE Version 2.8.3.3, Release Date: 2007-09-04                     |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
> >
> > sage: quit
> > Exiting SAGE (CPU time 0m0.00s, Wall time 0m1.61s).
> > [EMAIL PROTECTED] ~/temp/sage-2.7.3 $ ./sage example.sage
> > /home/marek/temp/sage-2.7.3/local/bin/sage-sage: line 686: syntax error near
> > unexpected token `<<<'
> > /home/marek/temp/sage-2.7.3/local/bin/sage-sage: line 686: `<<<<<<<
> > /tmp/sage-sage~base.IcHt1Y'
> >
> >
> >
> >
> > >
> >
> 
> 


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

Reply via email to