#13121: Upgrade sagenb to 0.10.x
-------------------------------------------------+--------------------------
       Reporter:  kini                           |         Owner:  jason, 
mpatel, was           
           Type:  enhancement                    |        Status:  needs_work   
                
       Priority:  major                          |     Milestone:  sage-pending 
                
      Component:  notebook                       |    Resolution:               
                
       Keywords:  sagenb                         |   Work issues:  evaluate 
button focus,openssl
Report Upstream:  N/A                            |     Reviewers:  John 
Palmieri                
        Authors:  Keshav Kini                    |     Merged in:               
                
   Dependencies:  #11080, #9774, #11913, #12299  |      Stopgaps:               
                
-------------------------------------------------+--------------------------
Changes (by gutow):

  * status:  positive_review => needs_work
  * work_issues:  => evaluate button focus,openssl


Comment:

 Two issues:
 1. Evaluate button does not work for a cell until it loses focus to
 another (pull request #85 on git).
 2. Secure mode does not work even with system wide ssl-dev headers ( I
 have libcurl4-openssl-dev and libssl-dev installed).  Either the
 specifications or install checking need to be more specific.  I suggest
 that the spkg check for what is needed and prompts for a local install of
 openssl if what is needed is not available.

 Error on launch of notebook in secure mode (this goes away after local
 openssl install):
 {{{
 /home/sage/sage-5.2.beta1/<ipython console> in <module>()

 /home/sage/sage-5.2.beta1/devel/sagenb/sagenb/notebook/notebook_object.py
 in __call__(self, *args, **kwds)
     217     """
     218     def __call__(self, *args, **kwds):
 --> 219         return self.notebook(*args, **kwds)
     220
     221     notebook = run_notebook.notebook_run

 /home/sage/sage-5.2.beta1/devel/sagenb/sagenb/notebook/run_notebook.py in
 notebook_run(self, directory, port, interface, port_tries, secure, reset,
 accounts, openid, server_pool, ulimit, timeout, upload, automatic_login,
 start_path, fork, quiet, server, profile, subnets, require_login,
 open_viewer, address)
     614     os.chdir(cwd)
     615     if e == 256:
 --> 616         raise socket.error
     617
     618 def get_admin_passwd():

 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13121#comment:62>
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.

Reply via email to