Blenderコンソールでキーフレーム変更のコードを実行した際のエラー

Blenderコンソールで次のコード実行時のエラー.キーフレームが0にあるのに,0にキーフレームを変えようとしたために生じたエラーだと思われる.

>>> bpy.ops.anim.change_frame(frame=0)
Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
  File "/Users/shinya-mo/Downloads/Blender2.73/blender.app/Contents/MacOS/../Resources/2.73/scripts/modules/bpy/ops.py", line 189, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.anim.change_frame.poll() Expected an timeline/animation area to be active