#6408: [with patch; needs review] notebook -- secure notebook doesn't work in
sage-4.1.alpha1 because of twisted.web2 not being ported to python 2.6
----------------------+-----------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1
Component: notebook | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Comment(by was):
To referee this: just compre _init_.py with the version in src/
You'll see there is a 2-line trivial obvious change.
Then just try installing the spkg and see that the secure notebook
suddenly works again.
That's it.
{{{
teragon-2:python_gnutls-1.1.4.p5 wstein$ diff
src/gnutls/interfaces/twisted/__init__.py patches/__init__.py
251c251
< def __init__(self, sock, protocol, client, server, sessionno):
---
> def __init__(self, sock, protocol, client, server, sessionno,
reactor):
254c254
< tcp.Server.__init__(self, sock, protocol, client, server,
sessionno)
---
> tcp.Server.__init__(self, sock, protocol, client, server,
sessionno, reactor)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6408#comment:3>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---