1

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.

okpython
  • 29
  • 6

1 Answers1

2

You should update your paraview installation, look here: Bug#15779

Anunay
  • 397
  • 2
  • 10