[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?).

[sage-support] Question about Free algebra

2015-06-08 Thread Viviane Pons
Hi everyone, I'm doing this: sage: FreeA. = 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 sage: u

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

2015-06-04 Thread Viviane Pons
ers. >> >> which is caused by the accents on line 18 of cluster_seed.py. Does the >> problem go away if you remove those accents or add something like >> >> # -*- coding: utf-8 -*- >> >> to the top of the file? >> >> John >> >> >&

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 : > 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 ( >&g

[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 slightest

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,

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 : > 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

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:

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

2015-04-15 Thread Viviane Pons
More context about this: I'm here with Buck at PyCon and he said he actually had this line running a few years ago. I don't know anything about this stuff so it's difficult to track what's wrong now. But it's really bad, as you can see, it's not just a usual exception, it's actually crashing Sage

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([], label=

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 > 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

[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 http://pypi.python.org/simple/mysql-pytho