[sage-support] Trouble with easy_install

2013-07-16 Thread Viviane Pons
Hi everyone, I have installed sage-5.11-beta3 and for some reason, I cannot use use easy_install anymore on the sage shell. It seems to be a problem with https. When I do sage -sh and then easy_install -U mysql-python (for example), I get this: Reading

Re: [sage-support] Re: Trouble with easy_install

2013-07-17 Thread Viviane Pons
Thank's, indeed I went thought the all thing and now it works! 2013/7/17 P Purkayastha ppu...@gmail.com On 07/16/2013 05:35 PM, Viviane Pons wrote: Hi everyone, I have installed sage-5.11-beta3 and for some reason, I cannot use use easy_install anymore on the sage shell. It seems

Re: [sage-support] Re: left right subtrees

2014-11-25 Thread Viviane Pons
Hi, do you specifically need to use a graph? Because there is a special object for binary trees. Anyway, here is the code for the labelled binary tree corresponding to what you want: sage: LBT = LabelledBinaryTree sage: a = LBT([], label='a') sage: b = LBT([], label='b') sage: c = LBT([],

Re: [sage-support] segfault when plotting gamma function

2015-04-15 Thread Viviane Pons
Will do 2015-04-15 14:30 GMT-04:00 Vincent Delecroix 20100.delecr...@gmail.com: I would send a message to sage-devel with the ticket number... and you could also specify it for the readers of this thread. On 15/04/15 20:28, Viviane Pons wrote: Ok, just did it. I'm not sure who to CC

Re: [sage-support] segfault when plotting gamma function

2015-04-15 Thread Viviane Pons
I'll do it, but I was hopping to get more context about it, also checking if it wasn't known somewhere. 2015-04-15 14:09 GMT-04:00 Vincent Delecroix 20100.delecr...@gmail.com: Do you know how to open a ticket? On 15/04/15 20:08, Viviane Pons wrote: More context about this: I'm here

Re: [sage-support] segfault when plotting gamma function

2015-04-15 Thread Viviane Pons
Ok, just did it. I'm not sure who to CC on this. Best Viviane 2015-04-15 14:12 GMT-04:00 Viviane Pons vivianep...@gmail.com: I'll do it, but I was hopping to get more context about it, also checking if it wasn't known somewhere. 2015-04-15 14:09 GMT-04:00 Vincent Delecroix 20100.delecr

Re: [sage-support] Re: Make doc error

2015-06-03 Thread Viviane Pons
This I did already... 2015-06-03 18:21 GMT-05:00 Volker Braun vbraun.n...@gmail.com: Try make doc-clean make On Thursday, June 4, 2015 at 1:06:03 AM UTC+2, Viviane Pons wrote: Hi everyone, I get this doc build error on a branch ( http://trac.sagemath.org/ticket/18594) and I have

[sage-support] Make doc error

2015-06-03 Thread Viviane Pons
Hi everyone, I get this doc build error on a branch ( http://trac.sagemath.org/ticket/18594) and I have no idea why. I just know the error comes from the branch (I can build the doc fine on develop) but I don't know which commit caused it. I'm going to look into it but if someone has the

[sage-support] Question about Free algebra

2015-06-08 Thread Viviane Pons
Hi everyone, I'm doing this: sage: FreeA.a,b,c,d,e,f = FreeAlgebra(QQ,implementation=letterplace) sage: P = a*b*a*c*c*b + a*b*a*d*d*b + a*c*a*d*d*c + b*c*b*d*d*c sage: X = P.lm() sage: X a*b*a*c*c*b And now I would like a way to cut my element X into two factors of a given size. Something like

Re: [sage-support] Re: Make doc error

2015-06-04 Thread Viviane Pons
of the file? John On Wednesday, June 3, 2015 at 4:24:37 PM UTC-7, Viviane Pons wrote: This I did already... 2015-06-03 18:21 GMT-05:00 Volker Braun vbrau...@gmail.com: Try make doc-clean make On Thursday, June 4, 2015 at 1:06:03 AM UTC+2, Viviane Pons wrote: Hi everyone, I get this doc

[sage-support] Error compiling : patch-2-7-5

2018-03-02 Thread Viviane Pons
Dear all, I already have a sage installed from binaries (from the debian package) and I'm trying to compile a dev version from source. I'm getting this error (log attached) after less than 1 minute. Does someone know why? I have a Ubuntu 16.04. My default python is 3.6.1 (is this the problem?).