Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Peter Bengtson
There are no mails in the queue, so that's not the answer either (I wouldn't report this as a bug or configuration issue if I hadn't checked the most obvious things first). My guess, as a programmer, is that something was changed in one of the late betas. The error message > AttributeError: '

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Jon Carnes
That being the case (it was working then it simply stopped) the problem must be one of the emails in the queue. On Sat, 2003-02-08 at 06:42, Peter Bengtson wrote: > Python 2.2 is indeed installed, so that can't be the issue. > bin/check_perms reveals no problems either. > > I've used the 2.1 alp

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Peter Bengtson
Python 2.2 is indeed installed, so that can't be the issue. bin/check_perms reveals no problems either. I've used the 2.1 alphas and betas for a long time without any problems. The archives stopped working fairly lately, but I'm not sure it happened when installing 2.1. It might have been a lit

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-07 Thread Jon Carnes
What version of Python do you have installed? Mailman v2.1.x needs Python 2.2.x It looks like you have a Python module that is incompatible with Mailman v2.1: year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) AttributeError: 'module' object has no attribute 'strptime' === $