Fixes for pyhton3,
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.