On 28 Jul., 10:01, Simon King <[email protected]> wrote: > I think a solution would be to use gap.eval("Print(gens[1]);") > instead. I'll try this, and create a trac ticket for it.
One more issue: The method creates quite common variable names (gens, G, N) in the GAP interface. This can have very nasty side effects, because these names could easily be chosen by a user as well. I resolved it in ticket #9621, which is ready for review (hint...). It uses your example as doctest. Cheers, Simon -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
