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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -