[Systers-dev] build error
sruthi devi
devisruthi at gmail.com
Fri Mar 26 04:43:28 PDT 2010
Hello ,
While trying to build mailman as per instructions in
http://systers.org/systers-dev/doku.php/step_by_step_system_installation ,I
got the following error.
Compiling /usr/local/mailman/Mailman/versions.py ...
bin/update:37: DeprecationWarning: the md5 module is deprecated; use hashlib
instead
import md5
/usr/local/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha module
is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "bin/update", line 51, in <module>
from Mailman import MailList
File "/usr/local/mailman/Mailman/MailList.py", line 51, in <module>
from Mailman.Archiver import Archiver
File "/usr/local/mailman/Mailman/Archiver/__init__.py", line 17, in
<module>
from Archiver import *
File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 32, in
<module>
from Mailman import Mailbox
File "/usr/local/mailman/Mailman/Mailbox.py", line 21, in <module>
import mailbox
File "/usr/lib/python2.6/mailbox.py", line 19, in <module>
import email.message
ImportError: No module named message
make: *** [update] Error 1
On executing "sudo make install" in directory ~/mailman-2.1.10
Can anyone help me?I am using ubuntu-9.10. Thanks in advance
Regards,
Sruthi Devi.
To contribute to this conversation, send mail to <systers-dev+build at systers.org>
More information about the Systers-dev
mailing list