<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class="">I am having and issue where by libraries built on top of VTK and wrapped using the vtkPython wrapping are not being imported properly. <br class=""><br class="">Essentially I have 2 projects:<br class=""><br class="">project1/ - Contains vtkmodule1 and extends vtkImageData to define the object vtkCube. The object vtkCube1 implements a method CustomMethod1<div class=""><br class="">project2/ - Contains vtkmodule2 and extends vtkCube1 to define the object vtkCube2. The object vtkCube2 then implements a method CustomMethod2 <br class=""><br class="">Compiling and wrapping the libraries works fine except for when you try to access CustomMethod1 from the python wrapped vtkCube2. Essentially the vtkCube2 object misses out all the members of vtkCube1.<div class=""><br class=""></div><div class=""><br class="">To help show/explain I created a git repo which replicates the issue here <br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/batearedcollie/test-vtkwrap-shared" class="">https://github.com/batearedcollie/test-vtkwrap-shared</a></div><div class=""><br class="">There is also a docker image which replicates the issue here  <div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://hub.docker.com/r/batearedcollie/vtkwrappingissue/" class="">https://hub.docker.com/r/batearedcollie/vtkwrappingissue/</a></div></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Any ideas or help would be greatly appreciated</div><div class=""><br class=""></div><div class="">Thanks</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>