Python VTK and pyInstaller

Maybe I am a bit late, but for packaging and distribution I use Nuitka, which serves the same purpose, but will convert all your Python code into C code when creating a standalone. There is an unofficial plugin to make VTK compatible with it, it needs to be done with their hinted compilation utility.