Hi ALL,<br>I download the example from <br><a href="http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/GUI/Python/ImplicitPlaneWidget.py">http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/GUI/Python/ImplicitPlaneWidget.py</a><br>
But I got the error message when I run the script:<br><br>Traceback (most recent call last):<br>  File &quot;D:\My Documents\Downloads\Examples_GUI_Python_ImplicitPlaneWidget.py&quot;, line 65, in &lt;module&gt;<br>    planeWidget.SetInputConnection(glyph.GetOutputPort())<br>
AttributeError: SetInputConnection<br><br>How to correct the error? Thank you!<br><br><br>