Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 09:53:15 -0800
From:      "Kevin Oberman" <oberman@ptavv.es.net>
To:        questions@freebsd.org
Subject:   Problems with fetchmailconf
Message-ID:  <20020115175315.6BB9F5D2F@ptavv.es.net>

next in thread | raw e-mail | index | archive | help
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 <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)
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020115175315.6BB9F5D2F>