huug <[EMAIL PROTECTED]> writes: > Exception in Tkinter callback > Traceback (most recent call last): > File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 1292, in __call__ > return apply(self.func, args) > File "/usr/bin/fetchmailconf", line 479, in <lambda> > command=lambda x=helpwin: Widget.destroy(x), bd=2).pack() > TypeError: unbound method destroy() must be called with Widget instance as first >argument (got Toplevel instance instead)
what did you do in order to get this ?
