#17205: ore_algebra fails to import
--------------------------------------+------------------------
       Reporter:  zieglerk            |        Owner:
           Type:  defect              |       Status:  new
       Priority:  major               |    Milestone:  sage-6.4
      Component:  packages: optional  |   Resolution:
       Keywords:  ImportError         |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------

Comment (by jhpalmieri):

 It looks like the ore_algebra package needs to be changed:
 `is_FiniteField` is no longer available as an import from
 `sage.rings.finite_rings.all`. This change happened between version 6.2
 and 6.3. (The function `is_FiniteField` has been deprecated for some time,
 so this change should not have been a surprise.)

 You should be able to fix this by changing the line
 {{{
 from sage.rings.finite_rings.all import GF, is_FiniteField
 }}}
 in the file `/home/zieglerk/local/share/sage/local/lib/python2.7/site-
 packages/ore_algebra/guessing.py` to
 {{{
 from sage.rings.finite_rings.all import GF
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17205#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to