I am getting the error
timeKeeper1 = GetTimeKeeper() Error: name 'GetTimeKeeper' is not defined
My code is as follows:
from paraview.simple import *
timeKeeper1 = GetTimeKeeper()
When I run the py script in paraview, it works. I checked the simple.py of my paraview installation, and GetTimeKeeper() does exist.