[sage-devel] sagenb and pycrypto

2016-01-12 Thread Steven Trogdon
I have 7.0.beta3 installed so at some point in going from 6.10 -> 7.0.x I had to make distclean && make However, in starting the notebook the warning from local/lib/python2.7/site-packages/Crypto/Util/number.py line 57 would appear: # You need libgmp v5 or later to get mpz_powm_sec. Warn if

Re: [sage-devel] please review Trac #19750

2016-01-12 Thread Vincent Delecroix
and the more or less related http://trac.sagemath.org/ticket/17785 On 12/01/16 19:09, Volker Braun wrote: http://trac.sagemath.org/ticket/19750 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving

[sage-devel] please review Trac #19750

2016-01-12 Thread Volker Braun
http://trac.sagemath.org/ticket/19750 -- 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 email to

[sage-devel] Re: Missing file in src/build/cythonized/sage/structure/list_clone.c

2016-01-12 Thread Volker Braun
On Tuesday, January 12, 2016 at 3:30:22 PM UTC+1, Jan Groenewald wrote: > > Funny thing is, basic operations ad plotting work fine, whereas I thought > if relocate-once.py failed sage would not be able to find any of it's > libraries and just crash. > Thats because relocate-once.py partially wor

[sage-devel] Re: Missing file in src/build/cythonized/sage/structure/list_clone.c

2016-01-12 Thread Volker Braun
If you re-package the existing binary then you should * first move Sage to the final directory * then run relocate-once.py (or just start sage) * when successful, relocate-once.py deletes itself * then delete whatever you don't want to keep from the binary The relocate-once.py could easily have a

Re: [sage-devel] Missing file in src/build/cythonized/sage/structure/list_clone.c

2016-01-12 Thread Jan Groenewald
Hi On 12 January 2016 at 16:44, Jeroen Demeyer wrote: > On 2016-01-12 15:30, Jan Groenewald wrote: > >> Hi >> >> The sagemath-upstream-binary in the PPA which excludes most of the src >> folder, gives this error on startup: >> > > Are you sure that you're not accidentally running the script twic

Re: [sage-devel] Missing file in src/build/cythonized/sage/structure/list_clone.c

2016-01-12 Thread Jeroen Demeyer
On 2016-01-12 15:30, Jan Groenewald wrote: Hi The sagemath-upstream-binary in the PPA which excludes most of the src folder, gives this error on startup: Are you sure that you're not accidentally running the script twice? -- You received this message because you are subscribed to the Google G

[sage-devel] Missing file in src/build/cythonized/sage/structure/list_clone.c

2016-01-12 Thread Jan Groenewald
Hi The sagemath-upstream-binary in the PPA which excludes most of the src folder, gives this error on startup: Rewriting paths for your new installation directory === This might take a few minutes but only has to be done once. patching /usr/lib/s

Re: [sage-devel] Re: asymptotic expansions in SageMath

2016-01-12 Thread Karan Desai
Hi Daniel, > If you want to contribute, maybe the tickets #19426 or #19576 are of > interest (both are marked as "beginner"). > > http://trac.sagemath.org/ticket/19426 > http://trac.sagemath.org/ticket/19576 > > Yes, I unfortunately found Assymptotic Expansions out of my scope right now, so

Re: [sage-devel] Re: asymptotic expansions in SageMath

2016-01-12 Thread Daniel Krenn
On 2016-01-09 05:20, Karan Desai wrote: > I skimmed through the ticket and the docs quickly and it seems familiar > to me conceptually. As a new developer, I think working on this ticket > will give me a good tour through a small part of the source code. > I will read it all carefully, and will ask