<div dir="ltr">Hello<div><br></div><div>I am trying to update VTK in ParaView in order to integrate my GIL ensured changes, but a lot of python Tests are failing with paraview, with the following error :</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:14px;white-space:pre">Traceback (most recent call last):
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/source/ParaViewCore/ServerManager/Default/Testing/Python/MultiView.py", line 9, in <module>
    Show()
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/simple.py", line 400, in Show
    rep = controller.Show(proxy, proxy.Port, view)
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/servermanager.py", line 158, in __getattr__
    return getattr(self.SMController, name)
AttributeError: 'vtkPVServerManagerCorePython.vtkSMParaViewPipeline' object has no attribute 'Show'
Traceback (most recent call last):
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/source/ParaViewCore/ServerManager/Default/Testing/Python/MultiView.py", line 9, in <module>
    Show()
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/simple.py", line 400, in Show
    rep = controller.Show(proxy, proxy.Port, view)
  File "/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/servermanager.py", line 158, in __getattr__
    return getattr(self.SMController, name)
AttributeError: 'vtkPVServerManagerCorePython.vtkSMParaViewPipeline' object has no attribute 'Show'
</span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:14px;white-space:pre"><br></span></div><div><br></div><div><a href="https://open.cdash.org/index.php?compare1=63&filtercount=2&field1=buildname%2Fstring&project=ParaView&field2=buildstarttime%2Fdate&showfilters=0&limit=100&compare2=83&value1=dbdbee7a&showfeed=0&value2=20151124T043202">https://open.cdash.org/index.php?compare1=63&filtercount=2&field1=buildname%2Fstring&project=ParaView&field2=buildstarttime%2Fdate&showfilters=0&limit=100&compare2=83&value1=dbdbee7a&showfeed=0&value2=20151124T043202</a><br></div><div><br></div><div><a href="https://gitlab.kitware.com/paraview/paraview/merge_requests/329#note_47210">https://gitlab.kitware.com/paraview/paraview/merge_requests/329#note_47210</a><br></div><div><br></div><div><br></div><div>I Suspect it is because of a VTK commit, and i will try to recreate it locally by only updating VTK and bisecting the commits.</div><div><br></div><div>But if anyone has an idea about it, that would be nice.</div><div><br></div><div>Mathieu Westphal<br></div></div>