#11080: move notebook to flask/wsgi-based notebook
-----------------------------------------------------------------------+----
Reporter: jason |
Owner:
Type: enhancement |
Status: needs_work
Priority: blocker |
Milestone: sage-5.2
Component: notebook |
Resolution:
Keywords: sd31 sd35.5 | Work
issues:
Report Upstream: N/A |
Reviewers: Rado Kirov, Dan Drake, Jason Grout, Simon King, Dmitrii Pasechnik
Authors: Mike Hansen, Rado Kirov, William Stein, Jason Grout |
Merged in:
Dependencies: #11078, #11874, #12229, #11503, #12327, #12899 |
Stopgaps:
-----------------------------------------------------------------------+----
Comment (by jhpalmieri):
The file twisted/topfiles/setup.py has this entry in the variable
`extensions`:
{{{
Extension("twisted.python._epoll",
["twisted/python/_epoll.c"],
condition=lambda builder: (_isCPython and _hasEpoll(builder)
and
sys.version_info[:2] < (2, 6))),
}}}
The function `_hasEpoll` (defined in twisted/python/dist.py) should return
False if epoll is not present, for example on Solaris, so I don't
understand what's going on. (The other parts of the code seem to have
fall-backs if epoll is not present.) Anyway, maybe we should try patching
this file to remove this extension, when on Solaris or !OpenSolaris. I
can't log in to hawk right now, so I can't see if this would help.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:315>
Sage <http://www.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.