I do the following:

sage: MS = MatrixSpace(GF(2), 4,7)
sage: G = MS([[1,1,1,0,0,0,0], [1,0,0,1,1,0,0], [0,1,0,1,0,1,0],
[1,1,0,1,0,0,1]])
sage: C = LinearCode(G)

and I get:

/home/carlos/sage-3.0.2-ubuntu32-intel-i686-Linux/local/bin/sage-sage:
line 348:  1703 Instrucción ilegal     python "$@"

and then it stops working.

I have already upgraded to 3.1.4 and I didn't have that problem
before.... :-s

is there a way to solve this or do I have to upgrade again??


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

Reply via email to