[Mailman-Users] Error on 'newlist'
Richard Barrett
R.Barrett at ftel.co.uk
Mon Nov 4 17:29:08 CET 2002
At 06:08 03/11/2002, SafelistSmart wrote:
>This is a first test of a new installation on RedHat 7.2 - MajorDomo is
>installed as well (need to know how to remove it cleanly).
>
>I get this error when trying to run 'newlist'
>
>[mailman at ns1 mailman]$ newlist
>Traceback (innermost last):
> File "/home/admin/vhosts/mailman/bin/newlist", line 53, in ?
> from Mailman import mm_cfg
> File "/home/admin/vhosts/mailman/Mailman/mm_cfg.py", line 45
> IMAGE_LOGOS = /home/httpd/icons
> ^
>SyntaxError: invalid syntax
>Any suggestions would be great
>
>Mike
Putting quotes round the string value might be the solution:
IMAGE_LOGOS = '/home/httpd/icons'
More information about the Mailman-Users
mailing list