Donate Share March 2004: Project of the Month

Mailman

Tracker: Bugs

5 Upgrade from 2.0.13 to 2.1.6 fails - ID: 1318104
Last Update: Comment added ( boutell )

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.


Thomas Boutell ( boutell ) - 2005-10-08 14:27

5

Open

None

Nobody/Anonymous

configuring/installing

2.1 (stable)

Public


Comment ( 1 )

Date: 2005-10-08 14:28
Sender: boutell

Logged In: YES
user_id=594938

P.S. I have seen reports of this problem on various mailing
lists but this is the first solution I've seen reported for it.


Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.