At 08:40 26/07/2002 +0300, Odhiambo Washington wrote:

>Since I am not a python coder, I thought I may ask the list about this:
>
>
>----- Forwarded message from Cron Daemon  -----
>
>Subject: Cron <mailman@ns2> /usr/local/bin/python2.2 -S 
>/usr/local/mailman/cron/nightly_htdig
>
>Traceback (most recent call last):
>   File "/usr/local/mailman/cron/nightly_htdig", line 52, in ?
>     from Mailman.Archiver import HyperArch
>   File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 855
>     "htdig_extras" = mm_cfg.HTDIG_EXTRAS,
>                    ^
>SyntaxError: invalid syntax
>
>----- End forwarded message -----
>

This is coding error that crept into the initial version of the 
mailman-htdig integration patch 444884 when it was built.  There is a 
replacement version posted as htdig-2.0.12-0.2.patch at 
http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103
 
and a comment saying the earlier version htdig-2.0.12-0.1.patch has an 
error in it and should not be used.

Alternatively edit the line in error to read:

         "htdig_extras": mm_cfg.HTDIG_EXTRAS,


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

Reply via email to