I wrote:

> legout wrote:
>> I can't build the mayavi. This is what i've did:
>> 
>> sage -i mayavi-linux_2.0.20080106.spkg
>> 
>> It start compiling, but it breaks some time later. This is the error:
>> 
> 
> I'll try it on a fresh sage-2.10.alpha3 install and come back to you.
> 

Did that:

installed in sage-2.10.alpha3: wxPython, cmake, vtk and setuptools, no pyrex!

grabbed mayavi2 from the experimental spkgs:
./sage -i mayavi-linux_2.0.20080106.spkg

and:
./sage -sh

made a start_script:

#!/usr/bin/env python
import IPython
IPython.Shell.IPShellWX().mainloop()

chmod +x start_script

Sage subshell$ ./start_script
sage: from enthought.mayavi.tools import mlab as M
Set Envisage to use the workbench UI: True
Set Envisage to use the workbench UI: True
sage: M.
M.axes                   M.gcf                    M.roll                   
M.test_imshow            M.test_simple_surf
M.clf                    M.get_mayavi             M.savefig                
M.test_mesh              M.test_surf
M.colorbar               M.imshow                 M.scalarbar              
M.test_mesh_sphere       M.title
M.contour3d              M.mesh                   M.surf                   
M.test_molecule          M.vectorbar
M.contour_surf           M.outline                M.test_contour3d         
M.test_plot3d            M.view
M.draw                   M.plot3d                 M.test_contour_surf      
M.test_points3d          M.xlabel
M.figure                 M.points3d               M.test_fancy_mesh        
M.test_quiver3d          M.ylabel
M.flow                   M.quiver3d               M.test_flow              
M.test_quiver3d_2d_data  M.zlabel
sage: M.


It just worked!

Jaap


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to