I have the same error as above. I am trying to set up Sage-6.3 for OS X 
10.9. I installed the "app"-version and ran for the first time and get the 
"Sage server failed to start" message. Not sure what needs to be done. It 
looks like I need to set-up a password somewhere, but am unsure as to what 
I need to do.

My output is nearly the same:

Please wait while the Sage Notebook server starts...
/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py:83:
 
GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter new password: The notebook files are stored in: sage_notebook.sagenb



Please choose a new password for the Sage Notebook 'admin' user.
Do _not_ choose a stupid password, since anybody who could guess your 
password
and connect to your machine could access or delete your files.
NOTE: Only the hash of the password you type is stored by Sage.
You can change your password by typing notebook(reset=True).



Traceback (most recent call last):
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/src/bin/sage-notebook", 
line 34, in <module>
    notebook()
  File "lazy_import.pyx", line 358, in 
sage.misc.lazy_import.LazyImport.__call__ 
(build/cythonized/sage/misc/lazy_import.c:3000)
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/notebook_object.py",
 
line 228, in __call__
    return self.notebook(*args, **kwds)
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/run_notebook.py",
 
line 563, in notebook_run
    passwd = get_admin_passwd()
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/run_notebook.py",
 
line 643, in get_admin_passwd
    passwd = getpass.getpass("Enter new password: ")
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
 
line 83, in unix_getpass
    passwd = fallback_getpass(prompt, stream)
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
 
line 118, in fallback_getpass
    return _raw_input(prompt, stream)
  File 
"/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
 
line 135, in _raw_input
    raise EOFError
EOFError


On Friday, September 19, 2014 5:23:07 AM UTC-7, kcrisman wrote:
>
> Can you be more specific about exactly what you were trying to do?  This 
> is very vague, just reporting a log without context.  Thanks!
>
> On Wednesday, September 17, 2014 10:10:06 AM UTC-4, Jacques Avigdor wrote:
>>
>> Here the act Log
>>
>>
>> Traceback (most recent call last):
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/src/bin/sage-notebook", 
>> line 34, in <module>
>>     notebook()
>>   File "lazy_import.pyx", line 358, in 
>> sage.misc.lazy_import.LazyImport.__call__ 
>> (build/cythonized/sage/misc/lazy_import.c:3000)
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/notebook_object.py",
>>  
>> line 228, in __call__
>>     return self.notebook(*args, **kwds)
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/run_notebook.py",
>>  
>> line 563, in notebook_run
>>     passwd = get_admin_passwd()
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/run_notebook.py",
>>  
>> line 643, in get_admin_passwd
>>     passwd = getpass.getpass("Enter new password: ")
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
>>  
>> line 83, in unix_getpass
>>     passwd = fallback_getpass(prompt, stream)
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
>>  
>> line 118, in fallback_getpass
>>     return _raw_input(prompt, stream)
>>   File 
>> "/Applications/Sage-6.3.app/Contents/Resources/sage/local/lib/python/getpass.py",
>>  
>> line 135, in _raw_input
>>     raise EOFError
>> EOFError
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to