#12104: Cygwin import problem with randstate
------------------------+---------------------------------------------------
Reporter: kcrisman | 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 dimpase):
OK, so after this libntl fix and rebasing, I see that ./sage -python -v
dies when I do from sage import *.
As follows:
{{{
$ ./sage -python -v
[....]
Python 2.6.4 (r264:75706, Nov 29 2011, 16:54:39)
[GCC 4.5.3] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
dlopen("/usr/local/sage/sage-4.7.2/local/lib/python2.6/lib-
dynload/readline.dll", 2);
import readline # dynamically loaded from
/usr/local/sage/sage-4.7.2/local/lib/python2.6/lib-dynload/readline.dll
>>> from sage import *
[......]
import sage.monoids # precompiled from
/usr/local/sage/sage-4.7.2/local/lib/python2.6/site-
packages/sage/monoids/__init__.pyc
# /usr/local/sage/sage-4.7.2/local/lib/python2.6/site-
packages/sage/monoids/monoid.pyc matches
/usr/local/sage/sage-4.7.2/local/lib/python2.6/site-
packages/sage/monoids/monoid.py
import sage.monoids.monoid # precompiled from
/usr/local/sage/sage-4.7.2/local/lib/python2.6/site-
packages/sage/monoids/monoid.pyc
import sage.rings.polynomial.pbori # dynamically loaded from
/usr/local/sage/sage-4.7.2/local/lib/python2.6/site-
packages/sage/rings/polynomial/pbori.dll
}}}
and that's where it silently dies.
Any clues?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12104#comment:6>
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.