"Troels Thomsen" <nej tak ...> writes: > timerItm.func(*timerItm.parameters) > > Works well on python 2.5 but not on 1.5.2 (?)
I think in 1.5.2 the *args notation wasn't present and you had to say: apply(timerItm.func, timerItm.parameters) -- http://mail.python.org/mailman/listinfo/python-list