<div dir="ltr"><div>It appears that miniconda disables testing of some sort, I guess I will have to build my own (<span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre">-DBUILD_TESTING=OFF).</span><div></div></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre"><br></span></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:18.2px;white-space:pre"><a href="https://github.com/conda/conda-recipes/blob/master/vtk/build.sh">https://github.com/conda/conda-recipes/blob/master/vtk/build.sh</a></span></font><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 4, 2016 at 4:23 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div> - David</div></font></span><div><div class="h5"><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></div></div>
</blockquote></div><br></div>