I have encountered problem using Sage 5.4.
I want output information in file from console. On usually solve of this 
problem Sage write. My OS is Ubuntu.

sage: asd.sage > output.txt
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)

/home/toivo/sage/<ipython console> in <module>()

NameError: name 'asd' is not defined

sage: asd.sage | tee output.txt
------------------------------------------------------------
   File "<ipython console>", line 1
     asd.sage | tee output.txt
                         ^
SyntaxError: invalid syntax

I can't directly run file from console. I must use function load.

I hope this information proves useful in correcting the problem.

Best regards,

Aleksandr

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
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.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to