Paraview and Python on Mac OSX -
i've installed binary distribution of paraview on osx. when running can access python interpreter tools -> python shell. cannot figure out libraries need add pythonpath in order access vtk , paraview functionality directly python.
of course compile source distribution myself, take lot of time. ideas?
i basing answer on built paraview 3.9.0 cvs. should able access paraview directly regular python if add:
<paraview-bld-directory>/utilities/vtkpythonwrapping/site-packages <paraview-bld-directory>/bin
to pythonpath
variable.
did same approach fail work when tried binary distribution? sorry, wasn't sure how interpret comment working if build hand.
Comments
Post a Comment