#7444: Broken: searching published worksheets after publishing a worksheet for
the
first time
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: boothby
Type: defect | Status: new
Priority: major | Milestone: sage-4.2.1
Component: notebook | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
------------------------+---------------------------------------------------
From Tim Dumol (also [comment:6:ticket:7343 here]):
Creating and publishing a worksheet, and then searching for it on the
/pub/ page causes an HTTP 500. Server logs show:
{{{
[...]
File "/opt/sage-bin/local/lib/python2.6/site-
packages/sagenb/notebook/twist.py", line 1652, in render
s = render_worksheet_list(ctx.args, pub=True,
username=self.username)
File "/opt/sage-bin/local/lib/python2.6/site-
packages/sagenb/notebook/twist.py", line 1483, in render_worksheet_list
search=search, reverse=reverse)
File "/opt/sage-bin/local/lib/python2.6/site-
packages/sagenb/notebook/notebook.py", line 1292, in
worksheet_list_for_public
W = [x for x in W if x.satisfies_search(search)]
File "/opt/sage-bin/local/lib/python2.6/site-
packages/sagenb/notebook/worksheet.py", line 1977, in satisfies_search
+ open(filename).read().lower())
exceptions.IOError: [Errno 2] No such file or directory:
'/home/timdumol/.sage/sage_notebook.sagenb/home/pub/0/worksheet.html'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7444>
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
-~----------~----~----~----~------~----~------~--~---