yes that's a mistake. I have corrected the tutorial, the bug is here:

class HelloWorld(soya.widget.Widget):
  def __init__(self):
    pass

must be:

class HelloWorld(soya.widget.Widget):
  def __init__(self):
    soya.widget.Widget.__init__(self)

thanks for bug reporting!

-blam


-- 
Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]

Reply via email to