[Q]: Problem with trying to create first mailing-list
I just installed Mailman on my system and got Apache working correctly but I'm have a problem getting the bin/newlist python script to work correctly. I get the following error when trying to run it:
$ /home/mailman/bin/newlist Traceback (innermost last): File "/home/mailman/bin/newlist", line 38, in ? from Mailman.pythonlib import getpass ImportError: No module named Mailman.pythonlib
I've confirmed that there is a Mailman directory with a pythonlib subdirectory which contains two files: getpass.py and getpass.pyc. Doing a file on both of them tells me that the getpass.pyc is a "compiled" python script.
I'm new at python so be gentle. Hopefully this is something fairly easy. I've looked at the Installation instructions multiple times and I don't think I missed anything.
Any help appreciated.
Sean O'Neill AppNet, Inc. Century Computing Division 301-953-3330 soneill@cen.com soneill@centurycomputing.com
participants (1)
-
Sean O'Neill