Hello, the following gives an error with the Sage package from the 3-manifolds project (both in 10.7 and 10.8 beta).:
C = codes.random_linear_code(GF(9), 10, 5)
C.minimum_distance()
NotImplementedError: conversion of (Givaro) finite field element to GAP not implemented except for fields defined by Conway polynomials.
This may be just caused by the package itself, and not by Sage, but I am posting it here in case anyone has an idea of what may be happening.