[Mailman-Users] Compile error
Simon Blandford
home at simonb.org.uk
Mon Mar 19 19:49:50 CET 2001
I get the following after a while when I type make install...
Compiling /home/mailman/Mailman/versions.py ...
Traceback (innermost last):
File "bin/update", line 32, in ?
from Mailman import MailList
File "/home/mailman/Mailman/MailList.py", line 41, in ?
from Mailman.ListAdmin import ListAdmin
File "/home/mailman/Mailman/ListAdmin.py", line 33, in ?
from Mailman import Message
File "/home/mailman/Mailman/Message.py", line 30, in ?
import sha
ImportError: No module named sha
I have installed python 2.0 in it's own directory (not at root level)
and set the prefix to point to that binary. If I start python in command
line mode and type "import sha" it doesn't complain.
Any ideas?
Regards,
Simon.
More information about the Mailman-Users
mailing list