Hi! A partial reply to my own question:
On 2014-03-03, Simon King <[email protected]> wrote: > Doing the same in the pexpect interface, I get > sage: gap.RequirePackage('"ModIsom"') > Traceback (most recent call last): > ... > RuntimeError: Gap produced error output > Error, Variable: 'WeightVector' is read only > Error, was not in any namespace > Error, was not in any namespace > > executing RequirePackage($sage1); In "sage -gap", get the error concerning 'WeightVector' when loading the GUAVA package before loading the MODISOM package. Is it perhaps the case that the pexpect GAP interface loads GUAVA by default, while "sage -gap" doesn't? Best regards, Simon -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
