[Mailman-Users] Bug reporting problem...

Jan Banan b at grabbarna.nu
Mon Apr 7 13:20:05 CEST 2003


Hi,

I tried to report a bug in Mailman 2.1.1 but failed... after creating a 
sourceforge-account I visited
     http://sourceforge.net/bugs/?group_id=103
It states that I'm logged in in the upper right corner by the text 
"welcomes banan (Logout)". When I click on "Reporting" I get:
"Error: Permission: User Not Found".

So what to do?

Anyway, the bug is that when using Swedish language instead of English in 
the administrative interface we have three more characters to take care of 
(e g 'a' and 'o' with dots over). 

The problem occours when the user click a button that contains these 
characters, e g the button (translated to english) "Send me my password" 
at
    https://mysite.com/mailman/options/thelist/the@user.com
Then the user get among all the error messages:
    "UnicodeError: ASCII decoding error: ordinal not in range(128)"
We are using Python 2.2.2 and I guess the problem is with the Swedish 
characters and I guess/hope this is easy to solve. Right now the user 
cannot retrieve their password :-(

The full message:

Bug in Mailman version 2.1.1

We're sorry, we hit a bug!

Traceback:

Traceback (most recent call last):
  File "/pkg-local/mailman/2.1.1/scripts/driver", line 87, in run_main
    main()
  File "/pkg-local/mailman/2.1.1/Mailman/Cgi/options.py", line 234, in 
main
    mlist.MailUserPassword(user)
  File "/pkg-local/mailman/2.1.1/Mailman/Deliverer.py", line 117, in 
MailUserPassword
    self.getMemberLanguage(user))
  File "/pkg-local/mailman/2.1.1/Mailman/Message.py", line 203, in 
__init__
    self['Subject'] = Header(subject, charset, header_name='Subject')
  File "/pkg-local/mailman/2.1.1/pythonlib/email/Header.py", line 164, in 
__init__
    self.append(s, charset)
  File "/pkg-local/mailman/2.1.1/pythonlib/email/Header.py", line 230, in 
append
    ustr = unicode(s, incodec)
UnicodeError: ASCII decoding error: ordinal not in range(128)

Python information:

Variable	Value
sys.version	2.2.2 (#2, Mar 13 2003, 14:18:19) [GCC 2.96 20000731 (Red 
Hat Linux 7.2 2.96-112.7.1)]
sys.executable	/pkg-local/python/2.2.2/bin/python
sys.prefix	/pkg-local/python/2.2.2
sys.exec_prefix	/pkg-local/python/2.2.2
sys.path	/pkg-local/python/2.2.2
sys.platform	linux2




More information about the Mailman-Users mailing list