Hi,<br><br>I am trying to build vtk 5.8.0 against Qt 4.7.4 with wrappings for python 2.7.2 on a windows XP system. I use MSVC 2010 as the native compiler.<br>I have build the MSVC vtk-solution in Release mode and updated the PATH and PYTHONPATH environment variables. I have installed the build in the following directory (by building the INSTALL project):<br>
<br>&quot;C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010&quot; ,<br><br>so I have added &quot;C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\bin&quot; to PATH and PYTHONPATH and also added &quot;C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\lib\site-packages&quot; to PYTHONPATH.<br>
<br>The build did not give any errors, but when I try to import vtk in python I get the following error message:<br><br>&quot;Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\lib\site-packages\vtk-5.8.0-py2.7.egg\vtk\__init__.py&quot;, line 45, in &lt;module&gt;<br>    from vtkGraphicsPython import *<br> ImportError: DLL load failed: The specified module could not be found.&quot;<br>
<br>It seems that python cannot find the Graphics module. Does anyone know what I am doing wrong here? I have put the CMakeCache file in the attachment.<br><br><br>thanks,<br>Hon Fai<br><br><br><br><br>