[sage-support] Re: How to install a sage package (abelfunctions)

2016-03-22 Thread Dima Pasechnik
see https://github.com/abelfunctions/abelfunctions/pull/120 docs need a fix On Tuesday, March 22, 2016 at 1:22:03 PM UTC, kcrisman wrote: > > See also > http://stackoverflow.com/questions/36134566/riemann-theta-function-in-sage-sympy-python > > so perhaps the packaging needs to be updated in any

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Dima Pasechnik
I had more luck with cloning their repo and them creating the spkg file using tar. See https://github.com/abelfunctions/abelfunctions/issues/119 that I just opened, it's their documentation bug... On Tuesday, March 22, 2016 at 12:36:46 PM UTC, vdelecroix wrote: > > On 22/03/16 09:30, Raphael C w

[sage-support] Re: How to install a sage package (abelfunctions)

2016-03-22 Thread kcrisman
See also http://stackoverflow.com/questions/36134566/riemann-theta-function-in-sage-sympy-python so perhaps the packaging needs to be updated in any case? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and st

[sage-support] Re: Computing orbits of different actions (through gap)

2016-03-22 Thread Dima Pasechnik
On Tuesday, March 22, 2016 at 1:09:07 PM UTC, Dima Pasechnik wrote: > > use libgap: > > sage: g=libgap.SymmetricGroup(7) > sage: g.Orbits(tuples([1..7],2),libgap.OnTuples) > [ [ [ 1, 1 ], [ 2, 2 ], [ 3, 3 ], [ 4, 4 ], [ 5, 5 ], [ 6, 6 ], [ 7, 7 ] > ], [ [ 1, 2 ], [ 2, 3 ], [ 2, 1 ], [ 3, 4 ], [

[sage-support] Re: two plot graphics array problem.

2016-03-22 Thread kcrisman
Unfortunately you have just found http://trac.sagemath.org/ticket/10657 . There are some workarounds on that and related tickets, but unfortunately it hasn't been completely solved yet, though mostly due to lack of time, I suspect. The code below plot two graphic in the vertical, but the opti

[sage-support] Re: Computing orbits of different actions (through gap)

2016-03-22 Thread Dima Pasechnik
use libgap: sage: g=libgap.SymmetricGroup(7) sage: g.Orbits(tuples([1..7],2),libgap.OnTuples) [ [ [ 1, 1 ], [ 2, 2 ], [ 3, 3 ], [ 4, 4 ], [ 5, 5 ], [ 6, 6 ], [ 7, 7 ] ], [ [ 1, 2 ], [ 2, 3 ], [ 2, 1 ], [ 3, 4 ], [ 1, 3 ], [ 3, 2 ], [ 4, 5 ], [ 2, 4 ], [ 4, 3 ], [ 3, 1 ], [ 5, 6 ], [ 3, 5 ], [ 1,

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Vincent Delecroix
On 22/03/16 09:30, Raphael C wrote: On Tuesday, 22 March 2016 12:20:28 UTC, vdelecroix wrote: Could you try again with the Sage from the ppa? I tried again with the PPA. Again I couldn't install the package as a user but sudo sage -p abelfunctions worked. Great! If you know the authors o

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Raphael C
On Tuesday, 22 March 2016 12:20:28 UTC, vdelecroix wrote: > > Could you try again with the Sage from the ppa? > > I tried again with the PPA. Again I couldn't install the package as a user but sudo sage -p abelfunctions worked. Thank you. Raphael -- You received this message because you ar

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Vincent Delecroix
On 22/03/16 09:13, Raphael C wrote: On Tuesday, 22 March 2016 12:12:00 UTC, Raphael C wrote: On Tuesday, 22 March 2016 12:06:50 UTC, vdelecroix wrote: Hello, For me it worked. But I had to rename the repository. Namely $ unzip abelfunctions-master.zip $ mv abelfunctions-master abe

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Vincent Delecroix
Could you try again with the Sage from the ppa? On 22/03/16 09:12, Raphael C wrote: On Tuesday, 22 March 2016 12:06:50 UTC, vdelecroix wrote: Hello, For me it worked. But I had to rename the repository. Namely $ unzip abelfunctions-master.zip $ mv abelfunctions-master abelfunctions

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Raphael C
On Tuesday, 22 March 2016 12:12:00 UTC, Raphael C wrote: > > > > On Tuesday, 22 March 2016 12:06:50 UTC, vdelecroix wrote: >> >> Hello, >> >> For me it worked. But I had to rename the repository. Namely >> >> $ unzip abelfunctions-master.zip >> $ mv abelfunctions-master abelfunctions >>

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Raphael C
On Tuesday, 22 March 2016 12:12:00 UTC, Raphael C wrote: > > > > On Tuesday, 22 March 2016 12:06:50 UTC, vdelecroix wrote: >> >> Hello, >> >> For me it worked. But I had to rename the repository. Namely >> >> $ unzip abelfunctions-master.zip >> $ mv abelfunctions-master abelfunctions >>

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Raphael C
On Tuesday, 22 March 2016 12:06:50 UTC, vdelecroix wrote: > > Hello, > > For me it worked. But I had to rename the repository. Namely > > $ unzip abelfunctions-master.zip > $ mv abelfunctions-master abelfunctions > $ tar cjf abelfunctions.spkg abelfunctions > $ sage -p abelfunctions.

Re: [sage-support] sage-logger: command not found

2016-03-22 Thread Vincent Delecroix
Hello, For me it worked. But I had to rename the repository. Namely $ unzip abelfunctions-master.zip $ mv abelfunctions-master abelfunctions $ tar cjf abelfunctions.spkg abelfunctions $ sage -p abelfunctions.spkg Vincent On 22/03/16 08:31, Raphael C wrote: Having failed to install abelfun

[sage-support] sage-logger: command not found

2016-03-22 Thread Raphael C
Having failed to install abelfunctions.spkg using the ubuntu ppa version of sage (see previous post on the topic), I started again from scratch. I downloaded the linux binary and ran sage which then performed patching for about an hour. Then I did sage -p abelfunctions.spkg /usr/lib/sagemath/l

[sage-support] Computing orbits of different actions (through gap)

2016-03-22 Thread Jernej
Hello! I have a few questions concerning GAP interface in Sage 7.x. I have a permutation group G acting on a set S and I would like to compute the representatives of the orbits of G acting on k-sets of S. I recall that a while ago I could do the following (as seen on this example http://ask.