[sage-devel] Re: GSOC 2014 iOS App

2014-02-26 Thread Aditya Makkar
Thanks for the reply! Right now I am trying to get more familiar with the app and its source code. I will also try to fix some issue on Bitbucket issues page.https://bitbucket.org/gvol/sage-iphone-app/issues?status=newstatus=open Thanks again. Aditya -- You received this message because you

Re: [sage-devel] Re: Sage accepted for GSoC 2014

2014-02-26 Thread mmarco
Nice work of documentation. Here is some further documentation that could be interesting: About methods to compute alexander polynomials, the classical result is Theorem 3.11 from Birman's book (note that this is basically what you said, since the burau representation is deeply related to the

[sage-devel] Re: Sage accepted for GSoC 2014

2014-02-26 Thread mmarco
Thanks for the link. I have tried to compile it, but got this error message: /usr/bin/ld: cannot open output file ./bin/knotfind: No such file or directory collect2: error: ld returned 1 exit status make: *** [knotfind] Error 1 El martes, 25 de febrero de 2014 23:17:56 UTC+1, Dima Pasechnik

Re: [sage-devel] Re: Sage accepted for GSoC 2014

2014-02-26 Thread mmarco
Of course, i forgot to mention the already mentioned knotscape, snappy and knotplot. -- 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] Re: Sage accepted for GSoC 2014

2014-02-26 Thread Dima Pasechnik
On 2014-02-26, mmarco mma...@unizar.es wrote: Thanks for the link. I have tried to compile it, but got this error message: /usr/bin/ld: cannot open output file ./bin/knotfind: No such file or directory collect2: error: ld returned 1 exit status make: *** [knotfind] Error 1 I see. Make an

[sage-devel] Re: Sage accepted for GSoC 2014

2014-02-26 Thread mmarco
In my case, i needed to also change the knostcape script to point to the actual directory, instead of a directory of /tmp -- 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

[sage-devel] Re: Saving .show() Output as a Vector Graphic

2014-02-26 Thread Dominique Laurain
I read, and read again and read again..and don't understand why 1rst parameter self is missing in cloud collections.py, with following difference between function definition in backend_pdf.py and call in collections.py : def draw_path_collection(self, gc, master_transform, paths,

Re: [sage-devel] Re: Saving .show() Output as a Vector Graphic

2014-02-26 Thread David Roe
See http://stackoverflow.com/questions/6990099/explaining-the-python-self-variable-to-a-beginner David On Wed, Feb 26, 2014 at 12:48 PM, Dominique Laurain dominique.laurai...@orange.fr wrote: I read, and read again and read again..and don't understand why 1rst parameter self is missing in

[sage-devel] Re: Saving .show() Output as a Vector Graphic

2014-02-26 Thread Dominique Laurain
OK Thanks David Roe (I missed the point : within a class) -- 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

[sage-devel] Re: Saving .show() Output as a Vector Graphic

2014-02-26 Thread Evan Oman
If this helps, running this graphObject = Graph({1:[2,3,4],2:[1,3,4],3:[1,2,4],4:[1,2,3]}) figure = graphObject.plot(layout=circular) figure.save('./test.pdf') Traceback (most recent call last): File stdin, line 1, in module File _sage_input_23.py, line 10, in module exec

[sage-devel] Re: Sage accepted for GSoC 2014

2014-02-26 Thread Dima Pasechnik
On 2014-02-26, mmarco mma...@unizar.es wrote: In my case, i needed to also change the knostcape script to point to the actual directory, instead of a directory of /tmp sure. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jesus Escribano
Hello yes, you are right. The path is slightly different: /home/sagecell/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/js/canvas3d_lib.js (that is, python2.7 instead of python) Should I change it in the makefile? Thank you for your answer. Jesús El

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jesus Escribano
Thank you very much, I'm working on it. I will tell you if I succeed!! Regards Jesús El miércoles, 26 de febrero de 2014 06:37:45 UTC+1, Andrey Novoseltsev escribió: Hello, I managed to install sagecell on Debian, although I am running a backported kernel and had to enable testing for

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jason Grout
On 2/26/14 4:18 PM, Jesus Escribano wrote: Hello yes, you are right. The path is slightly different: /home/sagecell/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/js/canvas3d_lib.js (that is, python2.7 instead of python) Should I change it in the makefile?

[sage-devel] You should rebuild using libgmp = 5

2014-02-26 Thread Andrey Novoseltsev
Hello, When I try to start a notebook from 6.1.1, I get sage-6.1.1/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp = 5 to avoid timing attack vulnerability. Which did not happen before. Googling shows it

Re: [sage-devel] You should rebuild using libgmp = 5

2014-02-26 Thread François Bissey
On Wed, 26 Feb 2014 16:07:00 Andrey Novoseltsev wrote: Hello, When I try to start a notebook from 6.1.1, I get sage-6.1.1/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp = 5 to avoid timing attack

[sage-devel] Re: You should rebuild using libgmp = 5

2014-02-26 Thread Jean-Pierre Flori
On Thursday, February 27, 2014 1:07:00 AM UTC+1, Andrey Novoseltsev wrote: Hello, When I try to start a notebook from 6.1.1, I get sage-6.1.1/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp = 5 to

Re: [sage-devel] Re: You should rebuild using libgmp = 5

2014-02-26 Thread François Bissey
On Wed, 26 Feb 2014 16:12:43 Jean-Pierre Flori wrote: On Thursday, February 27, 2014 1:07:00 AM UTC+1, Andrey Novoseltsev wrote: Hello, When I try to start a notebook from 6.1.1, I get sage-6.1.1/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not

Re: [sage-devel] Re: You should rebuild using libgmp = 5

2014-02-26 Thread Andrey Novoseltsev
On Wednesday, 26 February 2014 17:14:58 UTC-7, François wrote: On Wed, 26 Feb 2014 16:12:43 Jean-Pierre Flori wrote: On Thursday, February 27, 2014 1:07:00 AM UTC+1, Andrey Novoseltsev wrote: Hello, When I try to start a notebook from 6.1.1, I get

[sage-devel] Problem compiling sage: libncursesw

2014-02-26 Thread Aladin VIRMAUX
Hello, the compilation of the last version of develop fail on my computer for ncurses, flint, pycrypto. I tried a bit to fix it without any succes. Here is the output of make: dadin@yossarian .sage % head output.log cd build \ ../build/pipestatus \ env SAGE_PARALLEL_SPKG_BUILD=''

[sage-devel] Re: Problem compiling sage: libncursesw

2014-02-26 Thread Aladin VIRMAUX
Maybe this should help, I'm running archlinux: % uname -a Linux yossarian 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux My GCC version id 4.8.2, I got the same error with this GCC and sage's one On Wednesday, February 26, 2014 6:18:45 PM UTC-8, Aladin VIRMAUX wrote:

[sage-devel] Re: Problem compiling sage: libncursesw

2014-02-26 Thread Aladin VIRMAUX
Maybe this should help, I'm running archlinux: % uname -a Linux yossarian 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux My GCC version id 4.8.2, I got the same error with this GCC and sage's one -- You received this message because you are subscribed to the Google