gap

349 days ago by raraavis

CharacterTable("2^2.Sz(8)") 
       
Traceback (click to the left of this block for traceback)
...
   executing CharacterTable("2^2.Sz(8)");
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_3.py", line 10, in <module>
    exec compile(u'print _support_.syseval(gap, u\'CharacterTable("2^2.Sz(8)")\', __SAGE_TMP_DIR__)
  File "", line 1, in <module>
    
  File "/home/sage/sage_install/sage-4.6/devel/sagenb-main/sagenb/misc/support.py", line 473, in syseval
    return system.eval(cmd, sage_globals, locals = sage_globals)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 354, in eval
    result = Expect.eval(self, input_line, **kwds)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/expect.py", line 1041, in eval
    return '\n'.join([self._eval_line(L, **kwds) for L in code.split('\n') if L != ''])
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 492, in _eval_line
    raise RuntimeError, message
RuntimeError: Gap produced error output
Error, sorry, the GAP Character Table Library is not installed

   executing CharacterTable("2^2.Sz(8)");
D:=SuzukiGroup(8) 
       
Sz(8)
Sz(8)
D.name:="D"; 
       
Traceback (click to the left of this block for traceback)
...
   executing D.name:="D";
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_36.py", line 10, in <module>
    exec compile(u'print _support_.syseval(gap, u\'D.name:="D";\', __SAGE_TMP_DIR__)
  File "", line 1, in <module>
    
  File "/home/sage/sage_install/sage-4.6/devel/sagenb-main/sagenb/misc/support.py", line 473, in syseval
    return system.eval(cmd, sage_globals, locals = sage_globals)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 354, in eval
    result = Expect.eval(self, input_line, **kwds)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/expect.py", line 1041, in eval
    return '\n'.join([self._eval_line(L, **kwds) for L in code.split('\n') if L != ''])
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 492, in _eval_line
    raise RuntimeError, message
RuntimeError: Gap produced error output
Error, illegal assignement to record component `obj.name'
of the object <obj>. (Objects by default cannot have record components.
The error might be a relic from translated GAP3 code.)      

   executing D.name:="D";
CharTable( "Symmetric", 5 );; 
       
Traceback (click to the left of this block for traceback)
...
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_39.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Q2hhclRhYmxlKCAiU3ltbWV0cmljIiwgNSApOzs="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpd4G_pn/___code___.py", line 3
    CharTable( "Symmetric", _sage_const_5  );;
                                             ^
SyntaxError: invalid syntax
T:=CharacterTable("SuzukiGroup(32)mod2"); 
       
Traceback (click to the left of this block for traceback)
...
   executing T:=CharacterTable("SuzukiGroup(32)mod2");
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_5.py", line 10, in <module>
    exec compile(u'print _support_.syseval(gap, u\'T:=CharacterTable("SuzukiGroup(32)mod2");\', __SAGE_TMP_DIR__)
  File "", line 1, in <module>
    
  File "/home/sage/sage_install/sage-4.6/devel/sagenb-main/sagenb/misc/support.py", line 473, in syseval
    return system.eval(cmd, sage_globals, locals = sage_globals)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 354, in eval
    result = Expect.eval(self, input_line, **kwds)
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/expect.py", line 1041, in eval
    return '\n'.join([self._eval_line(L, **kwds) for L in code.split('\n') if L != ''])
  File "/home/sage/sage_install/sage-4.6/local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 492, in _eval_line
    raise RuntimeError, message
RuntimeError: Gap produced error output
Error, sorry, the GAP Character Table Library is not installed

   executing T:=CharacterTable("SuzukiGroup(32)mod2");