Hi,

This is on SMC. I think the following used to work (?), but I may be wrong.

sage: G= libgap.SymmetricGroup(3)
sage: foo= G.GeneratorsOfGroup()
sage: foo + foo
...

ValueError: libGAP: Error, no method found! Error, no 1st choice method found 
for `+' on 2 arguments


One may try list(foo) + list(foo), of course (yielding a somewhat different 
result, since it is not a GAP list).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to