#13864: Configure Python with pydebug when SAGE_DEBUG is set
----------------------------------------------------------+-----------------
Reporter: jpflori | Owner:
jason
Type: task | Status:
needs_work
Priority: major | Milestone:
sage-pending
Component: misc | Resolution:
Keywords: python spkg | Work issues:
make sure Sage builds and starts
Report Upstream: N/A | Reviewers:
Volker Braun
Authors: Jean-Pierre Flori | Merged in:
Dependencies: #13865, #13867, #13868, #13876, #13832 | Stopgaps:
----------------------------------------------------------+-----------------
Comment (by SimonKing):
When one traces through the above command,
{{{
sage: trace("sage:
sage.databases.conway.ConwayPolynomials().has_polynomial(3,2)")
}}}
one soon sees:
{{{
> /home/simon/SAGE/debug/sage-5.6.beta1/local/lib/python2.7/site-
packages/sage/databases/db.py(125)_load_()
124
--> 125 def _load_(self):
126 import BTrees.OOBTree
ipdb>
> /home/simon/SAGE/debug/sage-5.6.beta1/local/lib/python2.7/site-
packages/sage/databases/db.py(126)_load_()
125 def _load_(self):
--> 126 import BTrees.OOBTree
127 from ZODB import FileStorage, DB
}}}
So, ZODB ''is'' involved! How can it be upgraded?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13864#comment:82>
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.