Following the instructions on the reference manual I tried to set up
world-accessible notebook and I got the following mistake:

sage: server_http1('test', address='my.web.address')
Creating directory "/home/nea/test"
---------------------------------------------------------------------------
<type 'exceptions.AttributeError'>        Traceback (most recent
call last)

/home/nea/<ipython console> in <module>()

/usr/local/include/sage-2.3/local/lib/python2.5/site-packages/sage/server/server1/server1.py
in server_http1(dir, port, address, ncols, nrows, viewer, workbook,
max_tries)
    713
    HTML_Interface)
    714             sa = httpd.socket.getsockname()
--> 715             httpd.socket.setsockopt(socket.SOL_SOCKET,
socket.SO_REUSEPORT, 1)
    716         except socket.error, msg:
    717             print msg

<type 'exceptions.AttributeError'>: 'module' object has no attribute
'SO_REUSEPORT'


TIA,
Nikos


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