VTK/Tutorials/PythonEnvironmentSetup: Difference between revisions

From KitwarePublic
< VTK‎ | Tutorials
Jump to navigationJump to search
(Converted instructions to non-Paraview only)
No edit summary
Line 8: Line 8:


add the following line to ~/.bashrc
add the following line to ~/.bashrc
  export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/VTK/Wrapping/Python/:/home/doriad/bin/VTK/Wrapping/Python/vtk
  export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/VTK/Wrapping/Python/:/home/doriad/bin/VTK/Wrapping/Python/vtk:/home/doriad/bin/VTK/bin


Try to run the script again. If you get something like this:
Try to run the script again. If you get something like this:

Revision as of 18:23, 19 October 2010

In the following instructions, I have built VTK in '/home/doriad/bin/VTK'

To run a vtk python script, simply type:

python script.py

If you receive this error:

ImportError: No module named vtk

add the following line to ~/.bashrc

export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/VTK/Wrapping/Python/:/home/doriad/bin/VTK/Wrapping/Python/vtk:/home/doriad/bin/VTK/bin

Try to run the script again. If you get something like this:

ImportError: libvtkCommonPythonD.so.pv3.7: cannot open shared object file: No such file or directory

Add the following to ~/.bashrc

export LD_LIBRARY_PATH=/usr/local/lib:/home/doriad/bin/VTK/bin