[vtk-developers] Early feedback on the new interface to the VTK Python modules.
    vmilitaru at sympatico.ca 
    vmilitaru at sympatico.ca
       
    Sat Mar 23 14:41:24 EST 2002
    
    
  
Linux box, VTK home is /o/VTK/VTK, python2.1:
Note1: after installing VTK out of the box, my python2.1 couldn't find 'vtk' (as in 'import vtk') nor python-specific shared libs. Needed to do:
root>	ldconfig
and edit my .bash_profile:
export PYTHONPATH=$PYTHONPATH:/o/VTK/VTK/Wrapping/Python/vtk:/usr/local/lib/vtk
Note2: Edited sources:
'from vtkpython import *' changed to 'from vtk import *'
Cheers,
Vio
    
    
More information about the vtk-developers
mailing list