[Mailman-Developers] bin/update error from latest CVS
Luca Maranzano
liuk@publinet.it
Sat, 24 Nov 2001 18:20:19 +0100
Hello all,
I've tryed to install the latest CVS update of today, but when I do a
'make install' I get the following error:
Traceback (most recent call last):
File "bin/update", line 47, in ?
from Mailman import MailList
File "/home/mailman/Mailman/MailList.py", line 58, in ?
from Mailman.SecurityManager import SecurityManager
File "/home/mailman/Mailman/SecurityManager.py", line 62, in ?
from Cookie import SimpleCookie as Cookie
ImportError: cannot import name SimpleCookie
make: *** [update] Error 1
Any idea? All the Web UI reports the same error! :-(
--luca