Skip to content

Fixes for pyhton3,

Fabian Wenzel requested to merge fabian.wenzel/vtk:python3_vtk_qt_fixes into master

Hopefully this fix can be included in VTK 7.0.0.

It fixes two python3-incompatible print statements (now with parentheses), and uses PyCapsule for converting Qt's Window-ID to hand it over to VTK. (PyObject is not supported anymore in Python3). It works on my development machine.

Merge request reports