Hello everyone,
I am very new to the sage.
I tried to use the sage from a remote client. On that regard, I am
running the Sage 4.0.1 on OpenSUSE 11.1 64bit edition. However when I
am trying to run notebook with 'secure=True' option, it gives errors
which looks like coming from notebook.setup().
Following lines are from when I trying this process with freshly
installed sage. Any idea or hint will be highly appreciated!
lenie...@lenient7:~/bin/sage-4.0.1> ./
sage
----------------------------------------------------------------------
| Sage Version 4.0.1, Release Date: 2009-06-06
|
| Type notebook() for the GUI, and license() for information.
|
----------------------------------------------------------------------
The SAGE install tree may have
moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH
(please wait at
most a few
minutes)...
Do not interrupt
this.
sage: notebook.setup()
Using dsage certificates.
---------------------------------------------------------------------------
NameError Traceback (most recent call
last)
/home/lenient7/bin/sage-4.0.1/<ipython console> in <module>()
/home/lenient7/bin/sage-4.0.1/local/lib/python2.5/site-packages/sage/
server/notebook/run_notebook.py in notebook_setup(self)
39 print "Using dsage
certificates."
40 dsage = os.path.join(DOT_SAGE,
'dsage')
---> 41 sage.dsage.all.dsage.setup
()
42 shutil.copyfile(dsage + '/cacert.pem',
private_pem)
43 shutil.copyfile(dsage + '/pubcert.pem',
public_pem)
NameError: global name 'sage' is not defined
--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---