<div dir="ltr">Could it be a 32-bit VTK build against a 64-bit Python or vice-versa?  What Python package are you using?<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 2, 2016 at 8:21 AM, marco giordano <span dir="ltr"><<a href="mailto:marco.giord@gmail.com" target="_blank">marco.giord@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Dear users, <br><br></div>I try to build VTK with python wrap on Windows 7. My configuration is MS Visual Studio 2013,<br></div>VTK 7.0.0, CMake 3.2.2, Release mode, Python 3.4 (also tried Python 2.7 but same story)<br><br></div>I provided the following flags in Cmake:<br><br>BUILD_SHARED_LIBS:BOOL=ON<br></div>VTK_WRAP_PYTHON:BOOL=ON<br>PYTHON_EXECUTABLE:FILEPATH=C:/<wbr>Python34/python.exe<br>PYTHON_INCLUDE_DIR:PATH=C:/<wbr>Python34/include<br>PYTHON_LIBRARY:FILEPATH=C:/<wbr>Python34/libs/python34.lib<br><div><div><div><div><div><br>but I get a series of link errors like these: <br><br>Error    1    error LNK2001: unresolved external symbol __imp_PyType_IsSubtype    D:\VTK-7.0.0\bin\Wrapping\<wbr>PythonCore\PyVTKMutableObject.<wbr>obj    vtkWrappingPythonCore<br>Error    2    error LNK2001: unresolved external symbol __imp_PyType_IsSubtype    D:\VTK-7.0.0\bin\Wrapping\<wbr>PythonCore\PyVTKObject.obj    vtkWrappingPythonCore<br>Error    3    error LNK2019: unresolved external symbol __imp_PyType_IsSubtype referenced in function "bool __cdecl vtkPythonGetLongLongValue<__<wbr>int64>(struct _object *,__int64 &)" (??$vtkPythonGetLongLongValue@<wbr>_J@@YA_NPEAU_object@@AEA_J@Z) <wbr>   D:\VTK-7.0.0\bin\Wrapping\<wbr>PythonCore\vtkPythonArgs.obj  <wbr>  vtkWrappingPythonCore<br><br><br></div><div>Probably I am doing some very basic errors but after several tries I can't figure out what.<br></div><div>Please any help is appreciated.<br><br></div><div>Regards <br clear="all"></div><span class="HOEnZb"><font color="#888888"><div><br>-- <br><div>Marco </div></div></font></span></div></div></div></div></div></blockquote></div></div></div>