Hello,<br><br>I'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'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>
>>> import vtk<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br> File "D:\Libs\VTK\src-5.6.1\Wrapping\Python\vtk\__init__.py", line 63, in <module><br>
__helper.refine_import_err('rendering', 'vtkRenderingPython', exc)<br> File "D:\Libs\VTK\src-5.6.1\Wrapping\Python\vtk\__helper.py", 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>