Ryan Steele wrote:
>
>Solved my problem by putting the following in mm_cfg.py:
>
>OLD_STYLE_PREFIXING = No


But you still have a problem because either you don't have a 2.1.8
Defaults.py which contains

OLD_STYLE_PREFIXING = Yes

or your mm_cfg.py is missing the stuff near the beginning that says

###############################################
# Here's where we get the distributed defaults.

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.


If it's the latter, there would be lots of problems like you reported
in the original post, so I'm guessing there's more likely a problem
with your Defaults.py. If you compare it to the distribution
Defaults.py.in, they should be the same except for those variable
settings which are expanded by configure.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to