Hi Anne,

Anne Schilling schrieb:
> python `which cython` --cplus --embed-positions --directive 
> cdivision=True,autotestdict=False 
> -I/Applications/sage-4.6.2/devel/sage-combinat -o 
> sage/algebras/letterplace/free_algebra_letterplace.cpp
> sage/algebras/letterplace/free_algebra_letterplace.pyx
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> cdef class FreeAlgebra_letterplace
>
> from sage.rings.ring cimport Algebra
> from sage.structure.element cimport AlgebraElement, ModuleElement, 
> RingElement, Element
> from sage.rings.polynomial.multi_polynomial_libsingular cimport 
> MPolynomialRing_libsingular, MPolynomial_libsingular
> from sage.algebras.letterplace.free_algebra_element_letterplace cimport 
> FreeAlgebraElement_letterplace
> ^
> ------------------------------------------------------------
>
> /Applications/sage-4.6.2/devel/sage-combinat/sage/algebras/letterplace/free_algebra_letterplace.pxd:14:0:
>  'sage.algebras.letterplace.free_algebra_element_letterplace.pxd' not found

That is strange. sage/algebras/letterplace/
free_algebra_element_letterplace.pxd definitely is in the patch (I
just checked). I have two Sage installations on my computer, and I was
able to transfer the patch from one installation to the other.

Can you show the contents of SAGEROOT/devel/sage/sage/algebras/
letterplace/ after applying the patch?

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to