<div dir="auto">The first one is surprising to me as the xdmf2 reader is on by default in vtk so it should be present in most distributions. Xdmf3 is less so.  It's added boost dependency makes it off by default. Both are wrappable.</div><div class="gmail_extra"><br><div class="gmail_quote">On May 5, 2017 4:10 AM, "Nicolas Cedilnik" <<a href="mailto:nicolas.cedilnik@inria.fr">nicolas.cedilnik@inria.fr</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm using VTK 7.0.0 python bindings from binary conda distribution (<a href="https://anaconda.org/conda-forge/vtk" rel="noreferrer" target="_blank">https://anaconda.org/conda-fo<wbr>rge/vtk</a>). However, it doesn't seem like there is a XdmfReader class inside it:<br>
<br>
In [2]: a =vtk.vtkXdmfReader()<br>
------------------------------<wbr>------------------------------<wbr>---------------<br>
AttributeError                            Traceback (most recent call last)<br>
<ipython-input-2-9f39f3d3562c> in <module>()<br>
----> 1 a =vtk.vtkXdmfReader()<br>
<br>
AttributeError: module 'vtk' has no attribute 'vtkXdmfReader'<br>
<br>
In [3]: a =vtk.vtkXdmf3Reader()<br>
------------------------------<wbr>------------------------------<wbr>---------------<br>
AttributeError                            Traceback (most recent call last)<br>
<ipython-input-3-9d096c12f15b> in <module>()<br>
----> 1 a =vtk.vtkXdmf3Reader()<br>
<br>
AttributeError: module 'vtk' has no attribute 'vtkXdmf3Reader'<br>
<br>
Is it because it wasn't activated at compile time, or are python bindings for this class missing? Another way to ask this would be: is it worth trying to compile VTK myself?<br>
<br>
Thanks,<br>
<br>
-- Nicolas Cedilnik<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
</blockquote></div></div>