Re: [sage-combinat-devel] Import error using recusive trees

2015-02-10 Thread Viviane Pons
Hi, from what I remember, it was finished but depended on this one: http://trac.sagemath.org/ticket/10194 Which is also "almost finished" but still not... These two tickets come from the old combinat queue (when Sage wasn't on git yet) and were shared among combinat people without being merged,

Re: [sage-combinat-devel] Import error using recusive trees

2015-02-10 Thread Henrik Sperre Sundklakk
Thanks a lot to both of you. The trick with "import sage.all" worked nicely. Regarding the existing implementation of unordered rooted trees, it looks very much like what I need. Some of the programming is a bit over my head, so I don't think I'll be able to finish the implementation. Do you kno

Re: [sage-combinat-devel] Import error using recusive trees

2015-02-10 Thread Nicolas M. Thiery
Dear Henrik, On Tue, Feb 10, 2015 at 03:50:01AM -0800, Henrik Sperre Sundklakk wrote: >I am implementing unordered rooted trees in Sage (to use them in >B-series). When trying to iinherit from >sage.combinat.abstract_tree.AbstractClonableTree I get an ImportError. >I have s

Re: [sage-combinat-devel] Import error using recusive trees

2015-02-10 Thread Viviane Pons
Hi, I don't know about your import error. But I just wanted to say than unordered trees were implemented a while ago but never finished... Here's the ticket: http://trac.sagemath.org/ticket/11529 I'm not saying you should use those, maybe it's better to start from scratch, but it's always good

[sage-combinat-devel] Import error using recusive trees

2015-02-10 Thread Henrik Sperre Sundklakk
I am implementing unordered rooted trees in Sage (to use them in B-series). When trying to iinherit from sage.combinat.abstract_tree.AbstractClonableTree I get an ImportError. I have successfully called OrderedTrees() from the notebook, so my Sage installation is sound. The problem occurs when

Re: [sage-combinat-devel] import error

2012-04-18 Thread Christian Stump
> With the whole queue applied, I now cannot even start sage any longer. we have actually the same import loop here... -- 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.

[sage-combinat-devel] import error

2012-04-17 Thread Anne Schilling
Hi! With the whole queue applied, I now cannot even start sage any longer. Cheers, Anne -- | Sage Version 5.0.beta7, Release Date: 2012-03-05 | | Type notebook() for the GUI, and license() for information.

Re: [sage-combinat-devel] import error in patch queue

2011-05-07 Thread Franco Saliola
On Sat, May 7, 2011 at 4:02 PM, Chris Berg wrote: > OK, I followed Anne's directions. It should be up now. Looks good: I re-enabled the patch; and pushed the modification. Don't forget to attach this updated version of your patch to the ticket on trac. Take care, Franco -- -- You received th

Re: [sage-combinat-devel] import error in patch queue

2011-05-07 Thread Anne Schilling
On 5/7/11 12:09 PM, Franco Saliola wrote: Hello everyone. I get an import error after I qpush the Nil-Coxeter algebra patch. Chris: in your latest push you deleted the file nil_coxeter.py, but I imagine you meant to rename it to nil_coxeter_algebra.py ? Did you make any other modifications besi

[sage-combinat-devel] import error in patch queue

2011-05-07 Thread Franco Saliola
Hello everyone. I get an import error after I qpush the Nil-Coxeter algebra patch. Chris: in your latest push you deleted the file nil_coxeter.py, but I imagine you meant to rename it to nil_coxeter_algebra.py ? Did you make any other modifications besides the renaming ? Franco -- -- You rece