in a python shell when I do a <br><br>from paraview import vtk<br><br>using my paraview install, the resulting imported VTK object is not the same as when I do a<br><br>import vtk<br><br>from my vtk install, built from the same ParaView source tree.<br>
<br>For example vtkDistributedStreamTracer is missing  from the vtk object imported from the paraview install. Actually comparing a &#39;&#39;dir(vtk)&#39;&#39; on both show the ParaView vtk module is way small compared to the VTK vtk object. ^The obvious thing to do is to build a serparate VTK build from my ParaView sources, but I wonder why is the paraview vtk python module so slim? Are the missing classes in there somewhere else?<br>
<br>Bam<br>