On Wed, May 29, 2013 at 10:26:21AM -0700, Dan Betea wrote:
>    This seemed to have been asked before (the solution to it didn't help very
>    much), but I get the following error:
>    sage: A = AbstractPolynomialRing(QQ); A
>    ---------------------------------------------------------------------------
>    NameError                                 Traceback (most recent call
>    last)
>    ----> 1 A = AbstractPolynomialRing(QQ); A

Yes, you currently indeed need the sage-combinat patches for this feature.

>    I have tried to upgrade sage and succeeded (5.9), but ./sage -combinat
>    update failed with the last few lines being:Hunk #1 FAILED at 405
>    1 out of 4 hunks FAILED -- saving rejects to file
>    doc/en/thematic_tutorials/coercion_and_categories.rst.rej
>    patching file sage/categories/sets_cat.py
>    Hunk #5 FAILED at 661
>    1 out of 5 hunks FAILED -- saving rejects to file

Upgrading sage and updating the sage-combinat queue is not super
robust. If you don't have local modifications, I would recommend to
just nuke the sage-combinat branch, and reinstall it:

        sage -b main
        rm -rf <... SAGE_ROOT ...>/devel/sage-combinat
        sage -combinat install

(please be careful with the rm -rf!)

Hope this helps!

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

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


Reply via email to