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>"C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010" ,<br><br>so I have added "C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\bin" to PATH and PYTHONPATH and also added "C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\lib\site-packages" 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>"Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br>
File "C:\SciComp\vtk-5.8.0\vtk-5.8.0-msvc2010\lib\site-packages\vtk-5.8.0-py2.7.egg\vtk\__init__.py", line 45, in <module><br> from vtkGraphicsPython import *<br> ImportError: DLL load failed: The specified module could not be found."<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>