<div dir="ltr"><div><div><div><div><div><div><div>hi folks, I am almost in the final stage of my project and I need to build vtk on windows, I am using MinGW64 (32 bit version of the compiler) to build vtk, I sucefully compiled with python bindings and qt4 options but the problem are:<br>
<br></div>1- all the libraries are prefixed with: libvtkXXX.dll, is this ok?<br></div>2- no matter what I do, when I try to import vtk from python I get this error:<br></div> from vtkCommonPython import *<br></div> Error....<br>
</div> DLL cannot be loaded...<br><br></div>I have set the PATH variable to the dir where the libs (dll) are<br></div>I also have set the PYTHONPATH to the dir where the libs are (dll) and the python extension modules (pyd) with no look, any suggestions, tutorial or something that I can read?<br>
</div>