<div dir="ltr"><div>Hi everyone,</div><div><br></div><div>I'm setting up nightly VTK builds on launchpad [1] for everyone to consume, but I'm still running into issues with Xdmf3 in Python:</div>```<div><div>>> import vtk.vtkIOXdmf3</div><div>---------------------------------------------------------------------------</div><div>ImportError                               Traceback (most recent call last)</div><div><ipython-input-1-7a6585339504> in <module>()</div><div>----> 1 import vtk.vtkIOXdmf3</div><div><br></div><div>/usr/lib/python2.7/dist-packages/vtk/__init__.py in <module>()</div><div>    133 from .vtkIOVideo import *</div><div>    134 from .vtkIOXdmf2 import *</div><div>--> 135 from .vtkIOXdmf3 import *</div><div>    136 from .vtkImagingMath import *</div><div>    137 from .vtkImagingMorphological import *</div><div><br></div><div>/usr/lib/python2.7/dist-packages/vtk/vtkIOXdmf3.py in <module>()</div><div>      7     # during build and testing, the modules will be elsewhere,</div><div>      8     # e.g. in lib directory or Release/Debug config directories</div><div>----> 9     from vtkIOXdmf3Python import *</div><div><br></div><div>ImportError: No module named vtkIOXdmf3Python</div><div>```</div></div><div>The build goes through cleanly [2], but I might be missing something.</div><div><br></div><div>Any hints?</div><div><br></div><div>Cheers,</div><div>Nico</div><div><br></div><div><br></div><div>[1] <a href="https://launchpad.net/~nschloe/+archive/ubuntu/vtk-nightly/+packages">https://launchpad.net/~nschloe/+archive/ubuntu/vtk-nightly/+packages</a></div><div>[2] <a href="https://launchpadlibrarian.net/227884889/buildlog_ubuntu-wily-amd64.vtk6_6.3.0~20151129002859-wily1_BUILDING.txt.gz">https://launchpadlibrarian.net/227884889/buildlog_ubuntu-wily-amd64.vtk6_6.3.0~20151129002859-wily1_BUILDING.txt.gz</a></div></div>