Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Why do you have 355 commits on public/experimental_python3_v0?! It is hard to find its way... On 20/04/2017 08:52, Frédéric Chapoton wrote: Salut, you have to apply first : public/experimental_python3_v0 then the ticket 22775 (new conway_polynomial package) https://trac.sagemath.org/ticket/22

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Salut, you have to apply first : public/experimental_python3_v0 then the ticket 22775 (new conway_polynomial package) https://trac.sagemath.org/ticket/22775 Frederic Le jeudi 20 avril 2017 08:40:33 UTC+2, vdelecroix a écrit : > > Salut Frédéric, > > Then this is the problem. Cython should gen

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Salut Frédéric, Then this is the problem. Cython should generate .so files for each .pyx present in the Sage source code (which should be in the site-packages of Python3). If you provide an explicit branch with your "hacks" to get Sage compiled I might be able to provide more help. Vincent

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Salut, There is no lazy_import.so in local/lib/python3.5/site-packages/sage/misc folder (and in fact no .so file at all there) And I get Python 3.5.1 (default, Apr 16 2017, 11:35:45) Type "copyright", "credits" or "license" for more information. IPython 5.1.0 -- An enhanced Interactive Pytho

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Do you have the corresponding (cython) library SAGE_ROOT/local/lib/python3.5/site-packages/sage/misc/lazy_import.so If so could you try (inside a python3 shell) import sage.misc.lazy_import that should give you a more precise error. Vincent On 19/04/2017 14:57, Frédéric Chapoton wrote

[sage-devel] Re: ulimit issues and IPython 5.0

2017-04-19 Thread Enrique Artal
I tried again to launch sagenb server (7.6) again avoiding the ulimit restrictions, and it seems ulimit is not responsible for it. After some hours the server does not respond, syslog register tons of these messages: Apr 19 12:41:47 sage-mtm saged.mtm[15141]: 2017-04-19T12:41:47+0200 [twisted.p

Re: [sage-devel] openblas error while building Sage on Mac OSX 10.9

2017-04-19 Thread Francois Bissey
Can you post the “log file” quoted in the error message please? It is hard to figure out what went wrong without it. François > On 20/04/2017, at 07:30, Anna Haensch wrote: > > I'm trying to build sage from source code on a MacBookPro running OSX 10.9 > and Xcode 6.2 with command line tools i

[sage-devel] openblas error while building Sage on Mac OSX 10.9

2017-04-19 Thread Anna Haensch
I'm trying to build sage from source code on a MacBookPro running OSX 10.9 and Xcode 6.2 with command line tools installed. When I run the make command I get the following error: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Here it is (once again, the failure is related to a cython module): (sage-sh) chapoton@pc-chapoton:sage3$ python3 Python 3.5.1 (default, Apr 7 2017, 12:17:26) [GCC 5.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sage.all Traceback (most recent c

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Indeed, could you try $ sage -sh (sage-sh) $ python3 >>> import sage.all Vincent On 19/04/2017 13:11, Frédéric Chapoton wrote: Hello, I get nothing from "ls local/lib/python2.7/site-packages/sa*" and what looks like a correct full sage in local/lib/python3.5/site-packages/sage The pro

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Hello, I get nothing from "ls local/lib/python2.7/site-packages/sa*" and what looks like a correct full sage in local/lib/python3.5/site-packages/sage The problem may come from "./sage" calling a python2.7 version ? Frederic Le mercredi 19 avril 2017 10:58:53 UTC+2, vdelecroix a écrit : > > H

Re: [sage-devel] SageNB -> Jupyter conversion needs testers

2017-04-19 Thread Jeroen Demeyer
Let me remind that there are various tickets regarding the SageNB->Jupyter conversion which need review: #22668: HTML widget without description #22654: Implement %%fortran in Jupyter #22636: Make the Sage interact library work in Jupyter -- You received this message because you are subscribed

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Hi Frédéric, Can you check what are inside SAGE_ROOT/local/lib/python2.7/site-packages/sage SAGE_ROOT/local/lib/python3.5/site-packages/sage Vincent On 18/04/2017 21:25, Frédéric Chapoton wrote: Dear all, I just managed (using tricks to avoid a few remaining issues in cythonization and p