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@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
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@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'
participants (2)
-
Richard Barrett -
SafelistSmart