The Timeline function now accept one argument, the duration of the timeline... the fps argument has been removed.
Cheers On Mon, Oct 12, 2009 at 6:09 PM, jim <[email protected]> wrote: > Hi , > I'm a newbie with clutter so may be doing something stupid.. I've tried > a couple of examples using clutter.Timeline() but for some reason keep > getting the following error : > > timeline = clutter.Timeline(250,50) > > Traceback (most recent call last): > File "/home/jim/clutter_test.py", line 20, in <module> > timeline = clutter.Timeline(250,50) > TypeError: clutter.Timeline.__init__() takes at most 1 argument (2 > given) > > Any ideas what I'm doing wrong? I'm using the version 1.0.0 of > pyclutter. > > Jim > > > -- > To unsubscribe send a mail to > [email protected]<clutter%[email protected]> > >
