#13864: Configure Python with pydebug when SAGE_DEBUG is set
-------------------------------------+--------------------------------------
Reporter: jpflori | Owner: jason
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.6
Component: misc | Resolution:
Keywords: python spkg | Work issues:
Report Upstream: N/A | Reviewers: Volker Braun
Authors: Jean-Pierre Flori | Merged in:
Dependencies: #13865 | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by SimonKing):
One observation, potentially related with what we discussed on #715:
Starting python and importing sage works:
{{{
> ./sage -python
Python 2.7.3 (default, Dec 26 2012, 19:09:45)
[GCC 4.6.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sage
[39290 refs]
}}}
However, importing sage.categories.map.Map does not work:
{{{
>>> from sage.categories.map import Map
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Map
[102454 refs]
}}}
I don't know whether this *should* work, but anyway: It doesn't.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13864#comment:9>
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.