<p dir="ltr">Den 9 feb. 2017 7:31 em skrev "Yichen He" <<a href="mailto:yhe20@sheffield.ac.uk">yhe20@sheffield.ac.uk</a>>:<br>
><br>
> Hello everyone<br>
><br>
> My VTK version is 7.1.0, python 2.7, cmake 3.7.2 with VS2015 Win64 compiler. VS2015 under win10 64bits OS was used to build the solution.<br>
><br>
> I am trying to build the vtkpython using the source code after I ticked the VTK_WRAP_PYTHON in cmake. Many error appeared in the building process which are mostly saying:<br>
><br>
> LNK2001 unresolved external symbol __imp_PyString_FromString<br>
> LNK2019 unresolved external symbol __imp_PyNumber_Divide referenced in function "struct _object<br>
> While other parts were successfully built. May I ask what could be the cause of these errors</p>
<p dir="ltr">I'm not sure, but since it's failing to find symbols from the Python library during linking, perhaps you need to pass -DPYTHON_LIBRARY as well. I think you should give it the path to the Python .lib file, but I haven't built VTK on Windows so better double check that.</p>
<p dir="ltr">Elvis</p>
<p dir="ltr">><br>
> Thank you.<br>
><br>
> Best regards<br>
> Yichen He<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
></p>