[sage-support] Re: Storing user input from keyboard

2013-05-29 Thread P Purkayastha
Check this ask.sagemath question: http://ask.sagemath.org/question/2298/getting-user-imput-in-python-scripts On Thursday, May 30, 2013 10:47:41 AM UTC+8, sea21 wrote: > > I would like to write a Sage program in a file, "program.sage" say, then > load it using "attach /media/sf_Sage/program.sage"

[sage-support] Storing user input from keyboard

2013-05-29 Thread sea21
I would like to write a Sage program in a file, "program.sage" say, then load it using "attach /media/sf_Sage/program.sage". In the program, I would like to prompt the user to key in some inputs from the keyboard and then store it in some variable. Is there any Sage functionality for doing this,

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-29 Thread Aaron E-J
_default_config = {"host": "localhost", "username": "aaronej@localhost", "python": sage + " -python", "location": os.path.dirname(os.path.abspath(__file__)), -- You received this message because you are subscribed to the Google Groups "sage-s

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-29 Thread Aaron E-J
So I thought I had ssh installed but apparently not. The two commands leif gave got rid of the ssl.py error but now I am getting a different one: aaronej@ubuntu:~/sage/devel/sagecell$ ../../sage web_server.py 2013-05-29 16:12:32,114 sagecell:INFO starting tornado web server Traceback (most rec

[sage-support] Can't get VirtualBox to import Sage-5.9

2013-05-29 Thread Wade DeGottardi
Hi, I just installed Sage-5.9 and Oracle VM VirtualBox for Microsoft Windows 7. When I try to import Sage-5.9, it doesn't show up as an acceptable file. Only *.ovf files are allowed, whereas the suffix for the Sage application is *.ova. How do I get around this? Thanks! -- You received this

[sage-support] Cython & time in html listing

2013-05-29 Thread Rolandb
Hi, Cython has a particular method to state the time. The first line of the html listing shows: Generated by Cython 0.19 on Wed May 29 12:00:31 2013 Actually it is exactly 6 hrs later (in Europe). Any explanation? Virtualbox Sage 5.9 Roland -- You received this message because you are subscr