Hello everyone,

I'm using SAGE to analyze the brain's vasculature. The vessel network
is stored as a networkX graph and I would like to plot this graph from
the SAGE command line (or notebook) using Paraview (http://
www.paraview.org).
I use OS X Leopard and I have the latest versions of both SAGE and
Paraview, versions 3.2.3 and 3.4.0 respectively.

What I have tried so far:
Both the sage folder and paraview.app reside in /Applications
>From the SAGE command line set PYTHONPATH:
sage: sys.path.append('/Applications/paraview.app/Contents/MacOS')
sage: sys.path.append('/Applications/paraview.app/Contents/Resources/
paraview)
In bash .profile set DYLD_LIBRARY_PATH to /Applications/paraview.app/
Contents/MacOS
sage: import servermanager as sm
fails with a fatal error, presumably because SAGE and Paraview use
different versions of python.

Has anyone successfully made the two softwares work together and can
give me some hints?
Any help is greatly appreciated,
Johannes

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to