Skip to content

Tweak ParaView to build without PythonD libraries.

David Gobbi requested to merge dgobbi/paraview:remove-pythond into master

This updates ParaView to build with updated Python wrappers that put all the wrapper code into the Python.so modules, instead of putting the wrapper code into the PythonD libraries. Each Python.so module has initialization code that imports all dependencies.

Merge request reports