On Sunday, October 26, 2003, at 01:43 am, Eric J. Ray wrote:




Python 2.1.3
Using Mailman version: 2.1.3


When I add or delete lists I get strange errors. I'm pretty new to Mailman, and could use some help in figuring out if they're significant (not too, as the list gets created), and how to fix them.

If I need to delete a list manually, do I just delete the
directory for it from the ~/lists directory? Is it
really that easy?


Better to use the script $prefix/bin/rmlist -a


My error:
[EMAIL PROTECTED] bin]$ ./newlist
Enter the name of the list: [EMAIL PROTECTED]
Enter the email of the person running the list: [EMAIL PROTECTED]
Initial support-staff password:
Traceback (most recent call last):
  File "./newlist", line 219, in ?
    main()
  File "./newlist", line 185, in main
    __import__(modname)
ImportError: No module named None
[EMAIL PROTECTED] bin]$


This looks as though, probably in $prefix/Mailman/mm_cfg.py unless you edited Defaults.py which you should not do, the following assignment is present:


MTA = 'None'

This should read as follows (note the lack of quote marks) because None is a reserved word with special significance in the Python language:

MTA = None

-----------------------------------------------------------------------
Richard Barrett                               http://www.openinfo.co.uk


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to