On Sun, Aug 30, 2009 at 8:45 AM, Simon King <simon.k...@nuigalway.ie> wrote:

>
> Hi!
>
> My former boss in Jena installed the most recent version of the
> SmallGroups library in gap, which on this machine is identical with
> "sage -gap".
>
> Now, starting sage -gap, the following works:
>  gap> NumberSmallGroups(2187);
>  9310
>
> But the corresponding command in sage_console() or in the gap
> interface does not work:
>  sage: gap('NumberSmallGroups(2187)')
>
> ---------------------------------------------------------------------------
>  TypeError                                 Traceback (most recent
> call last)
>  ...
>  TypeError: Gap produced error output
>  Error, the library of groups of size 2187 is not available
>
>     executing $sage1:=NumberSmallGroups(2187);;
>
> Why?
>

Try doing:

sage: gap_reset_workspace()

if that works then we have some sort of bug in the optional spkg, since it
should have done that.

William

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

Reply via email to