I was in the process of removing references to the web interface from 
mailman/scripts and mailman/Mailman

Suddenly I ended up with this message being sent every minute


Traceback (most recent call last):
  File "/var/mailman/cron/qrunner", line 83, in ?
    from Mailman import mm_cfg
  File "/var/mailman/Mailman/mm_cfg.py", line 68
    DEFAULT_MSG_FOOTER = 
"""_______________________________________________
 ^
SyntaxError: invalid syntax


So, trying to be smart I removed the line. Now I get this:


Traceback (most recent call last):
  File "/var/mailman/cron/qrunner", line 84, in ?
    from Mailman import Utils
  File "/var/mailman/Mailman/Utils.py", line 45, in ?
    from Mailman import Crypt
  File "/var/mailman/Mailman/Crypt.py", line 19, in ?
    if mm_cfg.USE_CRYPT:
AttributeError: 'module' object has no attribute 'USE_CRYPT'


Any help would be apreciated.

-John
------------------------------------------------------
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