<div dir="ltr"><div>Hi Andrew,</div><div><br></div><div>It works fine in a copy of VTK 6.3 that I built myself.</div><div><br></div><div>It might be a problem with the python path on your machine.  Have you checked that python is importing the 'vtk' module from the correct location?</div><div><br></div><div>import vtk</div><div>print vtk.__file__</div><div><br></div><div>You can also use spotlight or "find" to locate the testing module on your system:</div><div><br></div><div>find ~ -name vtkTestingRenderingPython.so<br></div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 4, 2016 at 4:11 PM, Slaughter, Andrew E <span dir="ltr"><<a href="mailto:andrew.slaughter@inl.gov" target="_blank">andrew.slaughter@inl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Is there a trick to using vtkTesting class in python? Is it possible? I am using VTK6.3 from miniconda on OSX, but it is failing to find the vtkTesting class.<div><div><br></div><div><br></div><div>#!/usr/bin/env python</div><div>import vtk</div><div>from vtk.test import Testing</div><div>tester = vtk.vtkTesting() # this fails</div></div></div>
<br></blockquote></div><br></div></div>