python example app hangs on close
I am relatively new to python and completely new to vtk, so I started with the Camera.py example program from the vtk.org website. Running Enthought Canopy 1.4.1.1975 on Mac OSX 10.9.4 the example program runs but hangs the python interpreter on close with the following error. The kernel (user Python environment) has terminated with error code -11. This may be due to a bug in your code or in the kernel itself. I simplified the example program down to the following and still observe the same behavior. import vtk #Create a renderer, render window, and interactor renderer = vtk.vtkRenderer();