Thanks a lot for reporting that Charl, that narrows the options!<br><br>Cheers,<br><br>-jelle<br><br><div><span class="gmail_quote">On 7/25/07, <b class="gmail_sendername">Charl P. Botha</b> &lt;<a href="mailto:cpbotha@cpbotha.net">
cpbotha@cpbotha.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi there Jelle,<br><br>On 7/17/07, jelle &lt;<a href="mailto:jelleferinga@gmail.com">
jelleferinga@gmail.com</a>&gt; wrote:<br>&gt; import vtk<br>&gt; from WrapITK import itk<br>&gt; reverse = itk.ImageToVTKImageFilter.IF2.New()<br>&gt; # the interpreter directly crashes...<br><br>FWIW, in the DeVIDE Python interpreter window I can do the following
<br>without issues:<br>import vtk<br>import itk<br>rev = itk.ImageToVTKImageFilter.IF2.New()<br><br>With my current build of VTK (Paraview-3-0 branch) and the same ITK<br>binaries that you are using, I can also do this in my &quot;normal&quot; python
<br>interpreter.<br></blockquote></div><br>