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... Peter

