<div dir="ltr">Hi All,<div><br></div><div>I'm trying to get a better understanding of how the VTK_ENABLE_KITS build works, but when I tried the build myself, I saw link errors.  This is with yesterday's master (4c17357).</div><div><br></div><div>==</div><div>VTK_ENABLE_KITS:BOOL=ON<br></div><div>VTK_WRAP_PYTHON:BOOL=ON<br></div><div><br></div><div>make vtkWrapping<br></div><div><br></div><div><div>Undefined symbols for architecture x86_64:</div><div>  "_PyBytes_AsString", referenced from: vtkPythonAlgorithm::PrintSelf</div></div><div>etc.</div><div>==</div><div><br></div><div>In order to make it compile, I had to explicitly enable the vtkPythonInterpreter module:</div><div><br></div><div>==</div><div>Module_vtkPythonInterpreter:BOOL=ON<br></div><div><div>VTK_ENABLE_KITS:BOOL=ON<br></div><div>VTK_WRAP_PYTHON:BOOL=ON</div></div><div><br></div><div><div>make vtkWrapping<br></div></div><div>success!</div><div>==</div><div><br></div><div>Is there any reason why vtkPythonInterpreter must be enabled for the build to work?</div><div><br></div><div>Also, I'm wondering about the name "vtkWrapping" for the kit.  It seems that this kit isn't actually for "Wrapping" but rather is meant to include Python-related modules like vtkFiltersPython.  Maybe the kit should be called something like "vtkPython" or "vtkPythonSupport"?</div><div><br></div><div>Cheers,</div><div> - David</div><div><br></div><div><br></div></div>