Hello,<br><br>I&#39;m trying to compile VTK 5.6.0 with Python wrapping, CMake options are (others are default)<br><ul><li>
VTK_USE_QT → ON </li><li>
VTK_USE_GUISUPPORT → ON </li><li>
BUILD_SHARED_LIBS → ON </li><li>
BUILD_TESTING → OFF </li><li>VTK_WRAP_PYTHON  → ON<br></li></ul>Although vcbuild doesn&#39;t report any errors, vtkRenderingPython.dll is not compiled (vtkRenderingPythonD.dll is fine, though).<br>When I try to import vtk from python console, I get an error:<br>
&gt;&gt;&gt; import vtk<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;D:\Libs\VTK\src-5.6.1\Wrapping\Python\vtk\__init__.py&quot;, line 63, in &lt;module&gt;<br>
    __helper.refine_import_err(&#39;rendering&#39;, &#39;vtkRenderingPython&#39;, exc)<br>  File &quot;D:\Libs\VTK\src-5.6.1\Wrapping\Python\vtk\__helper.py&quot;, line 32, in refine_import_errraise LinkError, str(exc)<br>
vtk.__helper.LinkError: DLL load failed: ═х эрщфхэ єърчрээ√щ ьюфєы№.<br><br>What am I missing? <br><br>Thanks,<br><br>Ivan<br>