#8180: sh: kpsewhich: not found reported on 4.3.0.1.alpha3 on Solaris 10.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone:
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
I think the culprit is #1321. If you want evidence: in
{{{sage/graphs/all.py}}}, change the end of the file from
{{{
from graph_database import graph_db_info
from graph_editor import graph_editor
}}}
to
{{{
from graph_database import graph_db_info
print "no kpsewhich error message yet"
from graph_editor import graph_editor
print "now you just saw the error message"
}}}
Note that if you use the version of graph_editor in Sage 4.3.2.alpha1,
then I think you don't get this message, so the problem seems to have been
fixed at some point. I can't find the ticket, though...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8180#comment:2>
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 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.