Talk:VTK/Examples/Python/Animation

From KitwarePublic
< Talk:VTK‎ | Examples‎ | Python
Revision as of 04:48, 7 January 2010 by Fredfrog78 (talk | contribs) (Is CreateRepeatingTimer() really available via python wrappers?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The example uses the CreateRepeatingTimer method of vtkRenderWindowInteractor, however the latest stable version of python-vtk for Ubuntu (5.0.4-1.1ubuntu) does not seem to make it available.

So my question is: which Python wrapper/version is being used in this example code to enable the calling of this method?