<div dir="ltr">&nbsp;I just downloading and compiled the latest VTK5.2 CVS with python2.5 support.&nbsp; Everything looks fine, except I can&#39;t get &quot;vtkPassThroughFilter&quot; in python.<br><br>[GCC 3.4.6 20060404 (Red Hat 3.4.6-9)] on linux2<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; from vtk import *<br>&gt;&gt;&gt; vtkDataSetReader()<br>&lt;libvtkIOPython.vtkDataSetReader vtkobject at 0x2a99dad1e0&gt;<br>
&gt;&gt;&gt; vtkPassThroughFilter()<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>NameError: name &#39;vtkPassThroughFilter&#39; is not defined<br>&gt;&gt;&gt; vtkPassThrough()<br>
&nbsp; &lt;libvtkInfovisPython.vtkPassThrough vtkobject at 0x2a99d9fe70&gt;<br>&gt;&gt;&gt; vtkPassThroughFilter()<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>NameError: name &#39;vtkPassThroughFilter&#39; is not defined<br>
&gt;&gt;&gt;<br><br>Any idea why this particular object isn&#39;t available?<br clear="all">----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL<br>
</div>