[sage-support] Re: error running make test on sage 5.4 on Lubuntu 12.10

2012-11-23 Thread Kjetil brinchmann Halvorsen
just to say that exactly the same error occurred con the new sage 5.4.1 kjetil On Wed, Nov 14, 2012 at 8:41 AM, Kjetil brinchmann Halvorsen wrote: > Hola! > > This is Lubuntu 12.10, with all updates, on an HP Pavillion dv4-51621a > (with intel core i5, if that matter) > > make runs wi

Re: [sage-support] Re: Serious bug in Graph.modular_decomposition (which propagates to Graph.is_prime)

2012-11-23 Thread Nathann Cohen
The ticket is now waiting to be reviewed :-) http://trac.sagemath.org/sage_trac/ticket/13744 Nathann -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this g

[sage-support] prebuild sage v5.4.1, linux 32-bit: twistd get wrong pidfile name when starting notebook(dir=..)

2012-11-23 Thread Andre, der Besonnene
I'm trying to update to sage 5.4.1. When I start a notebook without a directory parameter, everything goes fine. But if I want to start a notebook with: sage: notebook(directory="/home/sage/s/",interface='') I get an error message. Executing twistd --pidfile="s/sagenb.pid" -ny "s.sagenb/

[sage-support] sage v5.4.1 linux 32bit, twistd error when starting notebook(dir=..)

2012-11-23 Thread Andre, der Besonnene
When I start a notebook without giving a directory parameter everything works fine. But when I try to add a directory parameter sage refuses to start a webinterface server: sage: notebook(directory="/home/sage/s",interface='') .. Executing twistd --pidfile="s/sagenb.pid" -ny "s.sagenb/twiste

[sage-support] Re: Showing a scalar outside a matrix

2012-11-23 Thread P Purkayastha
On 11/23/2012 10:53 PM, Myriam Mahaman wrote: Show(1/2*A) multiplies out the scalar and the matrix, but I want to show the 1/2 outside the matrix A. How can I do this? As far as I know, you can't. One hack: pretty_print(1/2, A) -- You received this message because you are subscribed to the

Re: [sage-support] Re: Serious bug in Graph.modular_decomposition (which propagates to Graph.is_prime)

2012-11-23 Thread Nathann Cohen
Hell !! > Indeed it worked! Good ! > Now I can report that the bug I have reported is solved. Well.. It is solved on your (unique) version of Sage :-P I haven't written the patch yet. I wait for an answer from the code's author, and then it will be ready to be reviewed :-) > Thank you

Re: [sage-support] Re: Serious bug in Graph.modular_decomposition (which propagates to Graph.is_prime)

2012-11-23 Thread Paulo Seijas
Hello Nathann, Oh. Well, perhaps you need to do something like "touch > modular_decomposition.pyx" when you are in the > sage/graphs/modular_decomposition folder. Then run "sage -b". > modular_decomposition.pyx is the actual Sage code, that depends on the .c > file you modified. It should be e

[sage-support] Showing a scalar outside a matrix

2012-11-23 Thread Myriam Mahaman
Show(1/2*A) multiplies out the scalar and the matrix, but I want to show the 1/2 outside the matrix A. How can I do this? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To uns

Re: [sage-support] Re: Serious bug in Graph.modular_decomposition (which propagates to Graph.is_prime)

2012-11-23 Thread Nathann Cohen
Hello !! > So, I downloaded the most current version of the source code from > http://www.liafa.jussieu.fr/~fm/algos/dm.tar, compiled it and run the exact > same code codifying the graph P. This time I got the right answer: H O_O So either Fabien modified it since I wrote to him

[sage-support] Re: Serious bug in Graph.modular_decomposition (which propagates to Graph.is_prime)

2012-11-23 Thread Paulo Seijas
Hello Nathann, You're absolutely right! The problem is due to sage/graph/modular_decomposition/src/dm.c. I've managed to compile it in C, coded the graph P and got: Premier +--3 +--1 +--5 +--2 +--4 So, I downloaded the most current version of the source code from http://www.liafa.

[sage-support] Re: LDAP (or AD or...) again

2012-11-23 Thread P Purkayastha
On 11/23/2012 09:01 PM, Jori Mantysalo wrote: On Thu, 22 Nov 2012, P Purkayastha wrote: (On which list should we continue?) Start from sage-5.4 or higher version and look at https://github.com/sagemath/sagenb/blob/master/INSTALL.rst. Follow the directions in that file from point 3 onwards. Aft

Re: [sage-support] Re: LDAP (or AD or...) again

2012-11-23 Thread Jori Mantysalo
On Thu, 22 Nov 2012, P Purkayastha wrote: (On which list should we continue?) Start from sage-5.4 or higher version and look at https://github.com/sagemath/sagenb/blob/master/INSTALL.rst. Follow the directions in that file from point 3 onwards. After you have sagenb set up, get the branch of