[sage-devel] Wanted: Reviewer for Ticket #9084

2016-12-23 Thread Kwankyu Lee
This is a simple ticket relocating files for cleanup https://trac.sagemath.org/ticket/9084 You will see two plugin failures, but I think they are safe to ignore. Please help. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Re: doctest failure with pynormaliz

2016-12-23 Thread Vincent Delecroix
For the record, treated at #22093 (thanks Matthias) Le 23/12/2016 à 08:39, Vincent Delecroix a écrit : Hello, On a recently compiled 7.5.rc0 the testsuite breaks at many places because of pynormaliz. See the attached log. Best, Vincent -- You received this message because you are subscribed

Re: [sage-devel] cysignal, python signal module, and alarm functions

2016-12-23 Thread Jean-Pierre Flori
On Friday, December 23, 2016 at 9:10:53 PM UTC+1, Jeroen Demeyer wrote: > > On 2016-12-23 10:34, Jean-Pierre Flori wrote: > > Maybe the code in sage/except.py should at least be modified not to > > modify the class of the exception. > > I guess you are talking about

Re: [sage-devel] cysignal, python signal module, and alarm functions

2016-12-23 Thread Jeroen Demeyer
On 2016-12-23 10:34, Jean-Pierre Flori wrote: Maybe the code in sage/except.py should at least be modified not to modify the class of the exception. I guess you are talking about src/sage/interfaces/expect.py Yes, that code is crazy when it comes to KeyboardInterrupt. Believe me, it has been

[sage-devel] Re: converting different C/C++ types/classes

2016-12-23 Thread Jean-Pierre Flori
On Wednesday, December 21, 2016 at 7:10:35 PM UTC+1, John Cremona wrote: > > Is there a list somewhere of which C or C++ types or classes can be > converted in cython files? > > For example, in the eclib interface (in sage/libs/eclib) a lot of > quite complicated C++ classes defined in eclib

[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-23 Thread Fjordforsk A/S
Hi, installing python-pip did not solve it. This is the full log: Found local metadata for pip-8.1.2.p1 Using cached file /home/sem/Downloads/sage-7.4/upstream/pip-8.1.2.tar.gz pip-8.1.2.p1 Setting up build directory for pip-8.1.2.p1 Finished

Re: [sage-devel] cysignal, python signal module, and alarm functions

2016-12-23 Thread Jean-Pierre Flori
On Friday, December 23, 2016 at 7:58:11 AM UTC+1, Jeroen Demeyer wrote: > > On 2016-12-22 11:25, Jean-Pierre Flori wrote: > > Dear all, > > > > First question: Is there are fundamental differences btw using the > > cysignal alarm function and the one from the signal module? > > Depends what

[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-23 Thread Eric Gourgoulhon
Hi, Le jeudi 22 décembre 2016 18:15:27 UTC+1, Fjordforsk A/S a écrit : > > rectory > [pip-8.1.2.p1] /home/sem/Downloads/sage-7.4/local/bin/python: No module > named pip > Most probably you can fix this by installing the Ubuntu package python-pip. Best wishes, Eric. -- You received this