[Mailman-Users] Question about the configure script.

Mark Sapiro msapiro at value.net
Wed Jun 21 17:48:20 CEST 2006


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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list