[sage-devel] doctest failure with pynormaliz

2016-12-22 Thread Vincent Delecroix
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 to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from

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

2016-12-22 Thread Jeroen Demeyer
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 you mean with "fundamental". The internal implementation is different. The main user-visible diff

Re: [sage-devel] Re: Sage Windows Installer (take 2b)

2016-12-22 Thread David Joyner
Erik Bray: Many thanks for this. Great job. I tested latest version on a windows 7 machine in a computer lab at work. The sage terminal worked fine. The sage notebook didn't work well in IE (the default browser). In chrome, it worked but was a little slow. For example, "2+3" took a second or so.

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

2016-12-22 Thread Fjordforsk A/S
rectory [pip-8.1.2.p1] /home/sem/Downloads/sage-7.4/local/bin/python: No module named pip [pip-8.1.2.p1] [pip-8.1.2.p1] real0m0.032s [pip-8.1.2.p1] user0m0.016s [pip-8.1.2.p1] sys0m0.012s [pip-8.1.2.p1] [pip-8.1

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Emmanuel Charpentier
Well, I upgraded my local Sage (which used to have a functional pip...) and ... : charpent@SAP5057241:/usr/local/sage-7$ sage -python Python 2.7.12 (default, Dec 22 2016, 11:47:35) [GCC 6.2.1 20161124] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> quit() ch

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Samuel Lelievre
Upgrade to Python 2.7.12 is done at #19735. Upgrade to Python 2.7.13 is in progress at #22037. #19735 https://trac.sagemath.org/ticket/19735 #22037 https://trac.sagemath.org/ticket/22037 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubsc

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

2016-12-22 Thread Jean-Pierre Flori
Dear all, First question: Is there are fundamental differences btw using the cysignal alarm function and the one from the signal module? Second question: Is there any reason to make AlarmInterrupt derive from KeyboardInterrupt? SIGALARM and SIGINT are different signals. And its troublesome when

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Emmanuel Charpentier
Notwithstanding the deafening silence of this list, and following Eric Bray's advice, this is now Trac#22089 . This ticket is marked "critical" (I feel personally that this should be a "blocker" ticket). Advice requested about whether : - patch our c