From owner-freebsd-questions Tue Jan 15 9:53:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id C1DD037B416 for ; Tue, 15 Jan 2002 09:53:19 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 6BB9F5D2F for ; Tue, 15 Jan 2002 09:53:15 -0800 (PST) To: questions@freebsd.org Subject: Problems with fetchmailconf Date: Tue, 15 Jan 2002 09:53:15 -0800 From: "Kevin Oberman" Message-Id: <20020115175315.6BB9F5D2F@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to set up fetchmail and a run control file for it using fetchmailconf. Unfortunately, this tool fails every time I click a button that would close any window (except the main window "Quit" button, which works). I get the errors: Exception in Tkinter callback Traceback (most recent call last): File "/usr/local/lib/python2.2/lib-tk/Tkinter.py", line 1292, in __call__ return apply(self.func, args) File "/usr/local/libexec/fetchmailconf.bin", line 479, in 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) and Exception in Tkinter callback Traceback (most recent call last): File "/usr/local/lib/python2.2/lib-tk/Tkinter.py", line 1292, in __call__ return apply(self.func, args) File "/usr/local/libexec/fetchmailconf.bin", line 1032, in nosave self.destruct() File "/usr/local/libexec/fetchmailconf.bin", line 1028, in destruct Widget.destroy(self.master) TypeError: unbound method destroy() must be called with Widget instance as first argument (got Toplevel instance instead) I have the latest versions of the packages used, py22-tkinter-2.2, python-2.2, fetchmail-5.9.6. While I can go ahead and configure manually, this interface looks like a nice way to get a running fetchmail quickly. My guess is theat the problem is in py22-tkinter, but I'm not really sure of that, either. Anyone aware of any fix or work-around? R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message