#14355: Removes sage.combinat.generator
---------------------------------+------------------------------------------
       Reporter:  ncohen         |         Owner:  sage-combinat   
           Type:  defect         |        Status:  needs_work      
       Priority:  major          |     Milestone:  sage-5.10       
      Component:  combinatorics  |    Resolution:                  
       Keywords:                 |   Work issues:                  
Report Upstream:  N/A            |     Reviewers:  Travis Scrimshaw
        Authors:  Nathann Cohen  |     Merged in:                  
   Dependencies:                 |      Stopgaps:                  
---------------------------------+------------------------------------------
Changes (by jdemeyer):

  * status:  positive_review => needs_work


Comment:

 {{{
 Traceback (most recent call last):
   File "./spkg-install", line 4, in <module>
     from sage.all import save
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/all.py", line 96, in <module>
     from sage.algebras.all   import *
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/algebras/all.py", line 20, in <module>
     from quatalg.all import *
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/algebras/quatalg/__init__.py", line 3, in <module>
     import all
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/algebras/quatalg/all.py", line 1, in <module>
     from quaternion_algebra import QuaternionAlgebra
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/algebras/quatalg/quaternion_algebra.py", line 62, in
 <module>
     import quaternion_algebra_cython
   File "quaternion_algebra_cython.pyx", line 227, in init
 sage.algebras.quatalg.quaternion_algebra_cython
 (sage/algebras/quatalg/quaternion_algebra_cython.cpp:4439)
   File "classcall_metaclass.pyx", line 279, in
 sage.misc.classcall_metaclass.ClasscallMetaclass.__call__
 (sage/misc/classcall_metaclass.c:932)
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/matrix/matrix_space.py", line 228, in __classcall__
     return super(MatrixSpace, cls).__classcall__(cls, base_ring, nrows,
 ncols, sparse)
   File "cachefunc.pyx", line 992, in
 sage.misc.cachefunc.WeakCachedFunction.__call__
 (sage/misc/cachefunc.c:5175)
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/structure/unique_representation.py", line 447, in
 __classcall__
     instance = typecall(cls, *args, **options)
   File "classcall_metaclass.pyx", line 467, in
 sage.misc.classcall_metaclass.typecall
 (sage/misc/classcall_metaclass.c:1294)
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/matrix/matrix_space.py", line 256, in __init__
     from sage.categories.all import Modules, Algebras
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/categories/all.py", line 126, in <module>
     from crystals import Crystals
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/categories/crystals.py", line 17, in <module>
     from sage.combinat.subset import Subsets
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/combinat/subset.py", line 33, in <module>
     import sage.combinat.subword as subword
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/combinat/subword.py", line 50, in <module>
     import sage.combinat.combination as combination
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/combinat/combination.py", line 23, in <module>
     from integer_vector import IntegerVectors
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/combinat/integer_vector.py", line 35, in <module>
     import integer_list
   File "/mazur/release/merger/sage-5.10.beta0/local/lib/python2.7/site-
 packages/sage/combinat/integer_list.py", line 34, in <module>
     import generator
 ImportError: No module named generator
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14355#comment:11>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to