#7783: 3d graphics (viewed with jmol) do not work from the command line at all
in
sage-4.3
------------------------+---------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: critical | Milestone: sage-4.3.1
Component: graphics | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by was):
Actually, all command line 3d graphics are broken in sage-4.3. I just
tried on one of the linux binaries and found this too:
{{{
wst...@ubuntu910-64:/tmp/wstein/farm/sage-4.3$ ./sage
----------------------------------------------------------------------
| Sage Version 4.3, Release Date: 2009-12-24 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: !sage-native-execute local/bin/jmol
Jmol.jar not found
}}}
This is yet more fallout from changing the sagenb to use setuptools
instead of distutils. The problem is that the jmol script says this:
{{{
#!/bin/sh
JMOL_HOME="$SAGE_LOCAL/lib/python/site-packages/sagenb/data/jmol"
...
}}}
However, look at site-packages now:
{{{
...
sagenb-0.4.8-py2.6.egg
...
}}}
Doing this makes the problem disappear:
{{{
$ cd sage-4.3/local/lib/python/site-packages
$ ln -s sagenb-0.4.8-py2.6.egg/sagenb .
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7783#comment:1>
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.