Re: [sage-devel] Re: doctest failure with multiprocessing

2017-03-10 Thread Dima Pasechnik
On Saturday, March 11, 2017 at 12:18:22 AM UTC, vdelecroix wrote: > > On 11/03/2017 00:53, Dima Pasechnik wrote: > > > > > > On Friday, March 10, 2017 at 6:28:18 PM UTC, vdelecroix wrote: > >> > >> Hi, > >> > >> Running the doctests on 7.6.beta6 I got many UserWarning as follows > >> >

[sage-devel] Re: How do I handle a bug I do not have time to fix?

2017-03-10 Thread Samuel Lelievre
Mon 2017-02-27 10:02:50 UTC-6, Salvatore Stella: > Dear all, > some time ago I reported a bug in the implementation of `ClusterQuiver` > which yields wrong answers. The relevant ticket is #22381. To give you > an idea things like this happen: > > {{{ > sage: B =

[sage-devel] PYTHONPATH breaks Python3

2017-03-10 Thread Vincent Delecroix
Dear all, The installation of both Python2 and Python3 in Sage is incompatible with having PYTHONPATH sets as an environment variable. For example, one gets the following kind of dramatic errors $ sage -sh -c "pip3 install service_identity" Fatal Python error: Py_Initialize: Unable to get

Re: [sage-devel] Re: doctest failure with multiprocessing

2017-03-10 Thread Vincent Delecroix
On 11/03/2017 00:53, Dima Pasechnik wrote: On Friday, March 10, 2017 at 6:28:18 PM UTC, vdelecroix wrote: Hi, Running the doctests on 7.6.beta6 I got many UserWarning as follows UserWarning: You do not have a working installation of the service_identity module: 'No module named

[sage-devel] Re: doctest failure with multiprocessing

2017-03-10 Thread Dima Pasechnik
On Friday, March 10, 2017 at 6:28:18 PM UTC, vdelecroix wrote: > > Hi, > > Running the doctests on 7.6.beta6 I got many UserWarning as follows > > UserWarning: You do not have a working installation of the > service_identity module: 'No module named pyasn1.codec.der.decoder'. > Please

Re: [sage-devel] A strange bug I cant't reproduce in any simpler way (LaurentPolynomialRing)

2017-03-10 Thread Samuel Lelievre
Daniel Krenn [2017-02-20 20:47:03]: >On 2017-02-20 19:24, VulK wrote: >> Dear All, >> I just found a bug I can't really reproduce in any simpler way than the >> one I have here. I did not open a ticket yet on this because I would >> like to have a simpler way to explain the issue first. Any

Re: [sage-devel] build fails due to giac-1.2.2.103

2017-03-10 Thread Darij Grinberg
Yes, it works! Thanks again, Francois and Isuru. Best regards, Darij On Thu, Mar 9, 2017 at 2:28 PM, Darij Grinberg wrote: > Hi Francois, > > Ah! I see now. I started compiling in my office, then it failed > and I tried fixing it via ssh. But I ran ssh on a

[sage-devel] doctest failure with multiprocessing

2017-03-10 Thread Vincent Delecroix
Hi, Running the doctests on 7.6.beta6 I got many UserWarning as follows UserWarning: You do not have a working installation of the service_identity module: 'No module named pyasn1.codec.der.decoder'. Please install it from and make sure all of

Re: [sage-devel] For the record : the lil' Win10 notebook that (almost) could (barely).

2017-03-10 Thread Samuel Lelievre
Thu 2017-02-16 16:33:56 UTC+1, Emmanuel Charpentier: > Dear Erik, > > Le jeudi 16 février 2017 11:09:00 UTC+1, Erik Bray a écrit : > >> On Thu, Feb 16, 2017 at 8:26 AM, Emmanuel Charpentier wrote: >> >> > This is a followup on the threads dedicated to the alternatives existing to >> > use Sage

[sage-devel] Re: Host notebook() at localhost:8080/ instead of simply at localhost:8080

2017-03-10 Thread Jonathan
On Thursday, March 9, 2017 at 8:00:35 PM UTC-6, Gere Mia wrote: > > Is there a way to make make notebook() host at localhost:8080/ > instead of simply at localhost:8080? > Gere, As kcrisman noted. I patched the notebook to do exactly that so that it properly also properly handles being proxied

[sage-devel] reproducible timed out

2017-03-10 Thread Vincent Delecroix
Dear all, I obtain recurrent time out on my patchbot for the following file sage -t --long src/sage/groups/perm_gps/permgroup_named.py # Timed out (with database_gap installed) I tracked down the problem and opened a blocked ticket at https://trac.sagemath.org/ticket/22576 Could you

Re: [sage-devel] division of a list by an integer

2017-03-10 Thread Jeroen Demeyer
See https://trac.sagemath.org/ticket/22573 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send

[sage-devel] division of a list by an integer

2017-03-10 Thread John Cremona
Paul Zimmermann asked why sage: [1,2,3]/2 gives no output at all. By contrast, sage: [1,2,3]/int(2) --- TypeError Traceback (most recent call last) in () > 1

[sage-devel] Re: Integral is divergent (playing with floor and ceil)

2017-03-10 Thread Peleg Michaeli
Reported in https://trac.sagemath.org/ticket/22566 and in https://trac.sagemath.org/ticket/22567 On Thursday, 2 March 2017 11:56:05 UTC+2, Ralf Stephan wrote: > > Opening a ticket for bugs is always a good idea. > > On Wednesday, March 1, 2017 at 11:11:41 AM UTC+1, Peleg Michaeli wrote: >> >>

Re: [sage-devel] Detected access to protected memory, also kwown as 'bus or segmentation fault'.

2017-03-10 Thread Peleg Michaeli
So all of this means that there's no need to report it on sage trac, but rather simply wait for maxima's fix? On Sunday, 15 January 2017 20:55:47 UTC+2, Nils Bruin wrote: > > This indeed seems to be a problem in maxima itself. With > > domain : complex; > limit( (1/(c*n^6))^(log(n)/log(2/3)), n,

Re: [sage-devel] Host notebook() at localhost:8080/ instead of simply at localhost:8080

2017-03-10 Thread Jeroen Demeyer
On 2017-03-10 03:00, Gere Mia wrote: Is there a way to make make notebook() host at localhost:8080/ instead of simply at localhost:8080? Not directly. One way to make something like that work is to use reverse proxying using a separate webserver. For example see

Re: [sage-devel] A question about sage reference manual building

2017-03-10 Thread Jeroen Demeyer
On 2017-03-10 00:11, Kwankyu Lee wrote: Am I understanding the situation right? Mostly. I think the problem is that the .rst files for removed Sage library files are not removed. If so, then this is something to be fixed Obviously and would you give some pointers to where I should

[sage-devel] Re: git trac try

2017-03-10 Thread Eric Gourgoulhon
Thanks Paul and Volker for your answers. Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to