#6348: [with patch, needs work] gap4.4.10->gap4.4.12 revisited
--------------------------+-------------------------------------------------
Reporter: wdj | Owner: joyner
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: group_theory | Keywords: gap
Reviewer: | Author: D. Joyner
Merged: |
--------------------------+-------------------------------------------------
Comment(by rlm):
After installing this spkg and applying the patch, I get the following:
{{{
----------------------------------------------------------------------
| Sage Version 4.1, Release Date: 2009-07-09 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: gap('2+2')
A workspace appears to have been corrupted... automatically rebuilding
(this is harmless).
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
/home/rlmill/.sage/temp/geom/22741/_home_rlmill__sage_init_sage_0.py in
<module>()
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/expect.pyc in __call__(self, x, name)
1019
1020 if isinstance(x, basestring):
-> 1021 return cls(self, x, name=name)
1022 try:
1023 return self._coerce_from_special_method(x)
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/expect.pyc in __init__(self, parent, value,
is_name, name)
1420 else:
1421 try:
-> 1422 self._name = parent._create(value, name=name)
1423 except (TypeError, KeyboardInterrupt, RuntimeError,
ValueError), x:
1424 self._session_number = -1
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/expect.pyc in _create(self, value, name)
1188 def _create(self, value, name=None):
1189 name = self._next_var_name() if name is None else name
-> 1190 self.set(name, value)
1191 return name
1192
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/gap.pyc in set(self, var, value)
529 """
530 cmd = ('%s:=%s;;'%(var,value)).replace('\n','')
--> 531 out = self._eval_line(cmd, allow_use_file=True)
532
533 def get(self, var, use_file=False):
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/gap.pyc in _eval_line(self, line, allow_use_file,
wait_for_prompt)
690 try:
691 (normal, error) = self._execute_line(line,
wait_for_prompt=wait_for_prompt,
--> 692 expect_eof=
(self._quit_string() in line))
693
694 if len(error)> 0:
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/gap.pyc in _execute_line(self, line,
wait_for_prompt, expect_eof)
590 current_outputs = normal_outputs
591 while True:
--> 592 x = E.expect_list(self._compiled_full_pattern)
593 current_outputs.append(E.before)
594 if x == 0: # @p
/space/rlm/sage-4.1/local/lib/python2.6/site-
packages/sage/interfaces/expect.pyc in __getattr__(self, attrname)
1309 def __getattr__(self, attrname):
1310 if attrname[:1] == "_":
-> 1311 raise AttributeError
1312 return self._function_class()(self, attrname)
1313
AttributeError:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6348#comment:15>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---