Reported to trac and fixed (I think).
http://sagetrac.org/sage_trac/ticket/1155
The link to the hg patch is in the ticket.
++
On 11/5/07, Carlo Hämäläinen <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm doing some work with groups. Using gap.Image() I can get a
> permutati
Thank you for your report.
Note
sage: x = "(1,2)(3,7)(4,6)(5,8)"
sage: PermutationGroup([x])
Permutation Group with generators [(1,2)(3,7)(4,6)(5,8)]
works fine. The result of gap.Image is an instance of the
GapElement class, so it looks like it is a syntax issue for
such elements. I can take a