On Fri, Mar 16, 2012 at 5:28 PM, Peter Bittner <[email protected]> wrote: > Ahhh, looks familiar... > >> http://www.philsbpswbb.plus.com/pyjamas/handlers.diff > > That's the parent constructor call. Strange, this has been introduced > in Python 2.2 according to the docs: > http://docs.python.org/library/functions.html#super > > I had read on SteckOverflow that the super(...) notiation is better > suited, so I used that instead of Handler(...). Hmmm...
yeah i know. it _should_ work. there's tons of calls in the pyjamas ui code where it works. very weird. l.

