#9167: cygwin: importing sage.libs.ecl yields a "no such process" error
----------------------+-----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.8
Component: cygwin | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
----------------------+-----------------------------------------------------
Comment(by kcrisman):
> for the record, 2 different copies of ecl.dll in SAGE_ROOT/local/ are
created; one in local/lib (and/or local/bin), created from ecl spkg, the
other in local/lib/python2.6/site-packages/sage/libs/, which contains
Sage/Python interface to ecl (I don't know details about how and when it
is built).
Right, and the third one is the one which which yields "No such process".
Although just by chance I tried (in `./sage -ipython`)
{{{
from sage.matrix import matrix_integer_dense_hnf
NameError: ZZ
}}}
from the import from `sage.libs.ntl.ntl_ZZ` even though
{{{
from sage.libs.ntl import *
ntl_ZZ
}}}
works fine. Still going to take a while to track all this down, sigh...
What do you think about the possibility that it's just a path problem
suggested above? I just don't know enough about how all this works to be
sure.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9167#comment:24>
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.