On May 10, 3:20 pm, Pierre <pierre.guil...@gmail.com> wrote:
> Any quick & dirty fix is appreciated, for I rather urgently need to
> take the product of two groups :)

This should solve your immediate problem:

sage: G = QuaternionGroup()
sage: H = direct_product_permgroups([G, G])
sage: H.order()
64

The traceback indicates a failure in the line:

gens = self._gap_().GeneratorsOfGroup()

and while I can't be sure just what self is when this called, this
seems to work fine for the group in question:

sage: G._gap_().GeneratorsOfGroup()
[ (1,2,3,4)(5,6,7,8), (1,5,3,7)(2,8,4,6) ]

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to