Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-16 Thread edd cmaugo
But if you add that line, that will solve your vtk.vtkStripper() call. from vtkFiltersCorePython import * I'll push more vtk module into __init__.py so that should be fixed for the release. Thanks, Seb On Thu, Nov 15, 2012 at 4:11 AM, edd cmaugo edc...@gmail.com wrote: Hi

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-16 Thread edd cmaugo
warning in the output messages window but it works perfectly. What have you done ? Thanks, Seb On Fri, Nov 16, 2012 at 4:36 AM, edd cmaugo edc...@gmail.com wrote: Thanks you, There's just a python warning in the output messages window but it works perfectly. Eddy 2012/11/15

[Paraview] Fwd: vtkStripper with programmable source

2012-11-15 Thread edd cmaugo
Hi, Is it possible to use a vtkStripper with the 3.98.0-RC1 on a programmable filter ? If I do : from paraview import vtk stripper = vtk.vtkStripper() I've got : AttributeError: 'module' object has no attribute 'vtkStripper' With the 3.14, there's no error. Also, there is much more things