#18724: misleading error message in interfaces/gap/py
----------------------------------+----------------------------
   Reporter:  dimpase             |            Owner:
       Type:  defect              |           Status:  new
   Priority:  major               |        Milestone:  sage-6.8
  Component:  packages: standard  |         Keywords:
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 {{{
 sage: gap.load_package("tomlib")
 ---------------------------------------------------------------------------
 RuntimeError                              Traceback (most recent call
 last)
 <ipython-input-1-cc487c826f42> in <module>()
 ----> 1 gap.load_package("tomlib")

 /home/dima/software/sage/local/lib/python2.7/site-
 packages/sage/interfaces/gap.pyc in load_package(self, pkg, verbose)
     504         if x == 'fail':
     505             raise RuntimeError("Error loading Gap package
 "+str(pkg)+". "+
 --> 506                                "You may want to install the
 gap_packages SPKG.")
     507
     508     def eval(self, x, newlines=False, strip=True,
 split_lines=True, **kwds):

 RuntimeError: Error loading Gap package tomlib. You may want to install
 the gap_packages SPKG.
 }}}
 is misleading, as this (and some other) GAP packages are in
 `database_gap`.

--
Ticket URL: <http://trac.sagemath.org/ticket/18724>
Sage <http://www.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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to