#10176: ImportError: No module named sagenb on openSUSE
------------------------------+---------------------------------------------
Reporter: mpatel | Owner: jason, was
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-4.6
Component: notebook | Keywords:
Author: Leif Leonhardy | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by leif):
Ok, I've updated the patch to {{{easy_install.py}}}, which now also does:
{{{
#!python
import os
if os.environ.get("SAGE_SETUPTOOLS_DEBUG","no")=="yes":
log.set_threshold(log.DEBUG)
}}}
such that {{{export SAGE_SETUPTOOLS_DEBUG=yes}}} enables the debug output.
(I.e., replacing {{{log.debug}}} by {{{log.info}}} is no longer
necessary.)
(Did not work from SageNB's {{{setup.py}}}, don't know yet why.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10176#comment:31>
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.