Bug 32239 - fetchmailconf exception
Summary: fetchmailconf exception
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: fetchmail
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-19 16:57 UTC by hjl
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-03-19 16:57:41 UTC
Embargoed:


Attachments (Terms of Use)

Description hjl 2001-03-19 16:57:38 UTC
Traceback (innermost last):
  File "/usr/lib/python1.5/site-packages/lib-tk/Tkinter.py", line 764, in
__call__
    return apply(self.func, args)
  File "/usr/bin/fetchmailconf", line 507, in handleNew
    apply(self.editor, (item,))
  File "/usr/bin/fetchmailconf", line 1054, in <lambda>
    lambda u, m=mode, s=self: s.user_edit(u, m),
  File "/usr/bin/fetchmailconf", line 988, in user_edit
    self.subwidgets[username] = UserEdit(username, self).edit(mode,
Toplevel())
  File "/usr/bin/fetchmailconf", line 1436, in edit
    self.makeWidgets(mode, self.parent.server.pollname)
  File "/usr/bin/fetchmailconf", line 1487, in makeWidgets
    self.principal, '12').pack(side=TOP, fill=X)
AttributeError: principal
Exception in Tkinter callback
Traceback (innermost last):
  File "/usr/lib/python1.5/site-packages/lib-tk/Tkinter.py", line 764, in
__call__
    return apply(self.func, args)
  File "/usr/bin/fetchmailconf", line 788, in save
    fm.write(`self.configuration`)
  File "/usr/bin/fetchmailconf", line 56, in __repr__
    str = str + repr(site)
  File "/usr/bin/fetchmailconf", line 187, in __repr__
    return self.dump(TRUE)
  File "/usr/bin/fetchmailconf", line 176, in dump
    res = res + repr(user)
  File "/usr/bin/fetchmailconf", line 325, in __repr__
    if self.principal and self.principal != UserDefaults.principal:
AttributeError: principal

Comment 1 Nalin Dahyabhai 2001-06-26 06:19:59 UTC
This appears to be fixed in 5.8.8-1 in Raw Hide.


Note You need to log in before you can comment on or make changes to this bug.