On 2014-03-07, Barbara Sánta <santa.ba...@gmail.com> wrote:
>
>
>> It is in guava.py, which means it needs the GAP package Guava to be 
>> installed. Hope this helps. 
>>
>> yes, thanks, I found
> http://wiki.sagemath.org/InstallingGapPackages
> which describes how to.

Guava is among the GAP packages in gap_packages optional spkg, that
is, you will get it by running
install_package('gap_packages')
at the sage prompt.

However, there is a bug: there is missing 
gap.load_package("guava")
before 
gap.eval("C:=ReedMullerCode("+str(r)+", "+str(k)+")")
in sage/coding/guava.py

It's due to the fact that several years and Sage verions ago Guava was 
automatically
loaded into Sage's GAP...

I'll open a ticket to fix this.

HTH,
Dmitrii

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to