#18891: jmol is not built by default
--------------------------------------+------------------------
       Reporter:  vbraun              |        Owner:
           Type:  defect              |       Status:  new
       Priority:  major               |    Milestone:  sage-6.8
      Component:  packages: standard  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------
Description changed by vbraun:

Old description:

> Symptoms:
> {{{
> sage: sage: var('x,y')
> (x, y)
> sage: sage: plot3d(sin(x*y), (x, -pi, pi), (y, -pi, pi))
> /home/vbraun/Code/sage.git/local/lib/python2.7/site-
> packages/sage/repl/rich_output/display_manager.py:570: RichReprWarning:
> Exception in _rich_repr_ while displaying object: Jmol failed to create
> file '/home/vbraun/.sage/temp/volker-
> desktop/26924/dir_3hQKAo/preview.png', see '/home/vbraun/.sage/temp
> /volker-desktop/26924/tmp_1qrTOl.txt' for details
>   RichReprWarning,
> Graphics3d Object
> }}}
> This is because jmol is not installed by default:
> {{{
> $ ll /home/vbraun/Code/sage.git/local/share/jmol/JmolData.jar
> ls: cannot access
> /home/vbraun/Code/sage.git/local/share/jmol/JmolData.jar: No such file or
> directory
> }}}
> Installing jmol manually fixes it

New description:

 Symptoms:
 {{{
 sage: sage: var('x,y')
 (x, y)
 sage: sage: plot3d(sin(x*y), (x, -pi, pi), (y, -pi, pi))
 /home/vbraun/Code/sage.git/local/lib/python2.7/site-
 packages/sage/repl/rich_output/display_manager.py:570: RichReprWarning:
 Exception in _rich_repr_ while displaying object: Jmol failed to create
 file '/home/vbraun/.sage/temp/volker-
 desktop/26924/dir_3hQKAo/preview.png', see '/home/vbraun/.sage/temp
 /volker-desktop/26924/tmp_1qrTOl.txt' for details
   RichReprWarning,
 Graphics3d Object
 sage: !cat /home/vbraun/.sage/temp/volker-desktop/26924/tmp_1qrTOl.txt
 Error: Unable to access jarfile
 /home/vbraun/Code/sage.git/local/share/jmol/JmolData.jar
 }}}
 This is because jmol is not installed by default:
 {{{
 $ ll /home/vbraun/Code/sage.git/local/share/jmol/JmolData.jar
 ls: cannot access
 /home/vbraun/Code/sage.git/local/share/jmol/JmolData.jar: No such file or
 directory
 }}}
 Installing jmol manually fixes it

--

--
Ticket URL: <http://trac.sagemath.org/ticket/18891#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 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