Skip to content

17032: Fix static vtkpython build with Python 3.

David Gobbi requested to merge dgobbi/vtk:17032-static-py3k into master

Static builds of vtkpython must include code to initialize all of the VTK modules. The code that does this had not been updated to work with Python 3.

Closes #17032 (closed)

Merge request reports