[ mailman-Bugs-1318104 ] Upgrade from 2.0.13 to 2.1.6 fails

SourceForge.net noreply at sourceforge.net
Sat Oct 8 16:27:42 CEST 2005


Bugs item #1318104, was opened at 2005-10-08 10:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1318104&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Boutell (boutell)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upgrade from 2.0.13 to 2.1.6 fails

Initial Comment:
Produces this error:

 during Traceback (most recent call last):
  File "bin/update", line 781, in ?
    errors = main()
  File "bin/update", line 705, in main
    update_pending()
  File "bin/update", line 584, in update_pending
    addr = data[0].address
AttributeError: 'str' object has no attribute 'address'

My workaround: changed line 584 to addr = data[0].
data[0] seems to be a simple string containing the
email address of the user, so that works. No idea if
this is incorrect for certain other 2.0.x versions, of
course, so a correct fix would test whether data[0] is
an instance of str first.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1318104&group_id=103


More information about the Mailman-coders mailing list