Skip to content

Fixed Python version check in vtk.py for proper working with OpenSuse Linux

OpenSuse Linux 42.3 (and maybe others) are delivered with Python 3.4., so the current comparison in vtk.py (<3,4 or <=3,4) will get it wrong: only <3.5 is working correctly.

Merge request reports