Hi:<br><br>I'm trying to build vtk in Windows 7 using VS 2010 for using it with python, the thing is that it does build properly and gets installed to the prefix I select, but when I try to import vtk from my python interpreter it fails.<br><br>Now:<br>When I run cmake I select wrap_python and wrap_python_sip properly.<br>Summarizing:<br>I have installed<br>python-2.7.2<br>qt-opensource-4.8.4<br>pyqt-4.10-x32<br>swig binary for windows<br>and ...<br>The package I'm using of vtk is vtk-5.10.1.tar.gz<br>The PYTHONPATH variable contains c:\vtk\lib\site-packages and c:\vtk\bin for any chances. Equally I've added c:\vtk\bin to my PATH variable.<br>The compilation process in VS 2010 ends well, and everything gets installed into c:\vtk it's the importing of vtk into my python interpreter what fails.<br>The error I got is: "DLL load failed: No se encontrĂ³ el proceso 
especificado." and it happens when loading vtkRenderingPython. I've 
looked for something like vtkRenderingPython.dll, but what I got is 
vtkRenderingPythonD.dll<br>
<br>Thxs in advance.<br><br>Erick<br><br><br>