#9232: jmol on commandline broken
------------------------+---------------------------------------------------
   Reporter:  vbraun    |       Owner:  jason, was
       Type:  defect    |      Status:  new       
   Priority:  major     |   Milestone:            
  Component:  graphics  |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------

Comment(by vbraun):

 I only used the `sphere()` command because it is the fastest way to
 generate 3d graphics. Other 3d plotting commands fail in the same way:
 {{{
 sage: plot3d(lambda x, y: x^2 + y^2, (-2,2), (-2,2))  # note: no output
 sage: plot3d(lambda x, y: x^2 + y^2, (-2,2), (-2,2), verbosity=99)
 Traceback (most recent call last):
   File "/home/vbraun/Sage/sage/local/bin/sage-pypkg-location", line 3, in
 <module>
     from pkg_resources import Requirement, working_set
 zipimport.ZipImportError: can't decompress data; zlib not available
 Jmol.jar not found
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9232#comment:4>
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.

Reply via email to