[Mailman-Developers] more stuff, it seems...

John Viega John@list.org
Wed, 29 Jul 1998 06:56:25 -0700


Try: diff ~/<whereever>/Defaults.py.in mm_defaults.py
(Wasn't it mm_defaults in B4?  Whatever your current default file is.)

It'll show all differences, including ones where the option is in both
files, but just changed.  For things other than USE_CRYPT, I suggest
just copying the missing items over.  Please let us know what they
are...

John

On Wed, Jul 29, 1998 at 09:58:50AM -0400, Corbett J. Klempay wrote:
> I made the USE_CRYPT = 1 change...and now the 5 minute cron gives me:
> 
> Date: Wed, 29 Jul 1998 09:55:02 -0400
> From: Cron Daemon <root@chimera.acm.jhu.edu>
> To: mailman@chimera.acm.jhu.edu
> Subject: Cron <mailman@chimera> /usr/bin/python
> /home/mailman/cron/gate_news
> 
> Traceback (innermost last):
>   File "/home/mailman/cron/gate_news", line 45, in ?
>     list = MailList.MailList(name, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 60, in __init__
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 587, in Load
>     self.CheckVersion(dict)
>   File "/home/mailman/Mailman/MailList.py", line 602, in CheckVersion
>     if (self.data_version >= mm_cfg.DATA_FILE_VERSION and
> AttributeError: DATA_FILE_VERSION
> Traceback (innermost last):
>   File "/home/mailman/cron/gate_news", line 45, in ?
>     list = MailList.MailList(name, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 60, in __init__               
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 587, in Load
>     self.CheckVersion(dict)
>   File "/home/mailman/Mailman/MailList.py", line 602, in CheckVersion
>     if (self.data_version >= mm_cfg.DATA_FILE_VERSION and
> AttributeError: DATA_FILE_VERSION
> Traceback (innermost last):
>   File "/home/mailman/cron/gate_news", line 45, in ?
>     list = MailList.MailList(name, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 60, in __init__
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 587, in Load
> Traceback (innermost last):
>   File "/home/mailman/cron/gate_news", line 45, in ?
>     list = MailList.MailList(name, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 60, in __init__
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 587, in Load
>     self.CheckVersion(dict)                
>   File "/home/mailman/Mailman/MailList.py", line 602, in CheckVersion
>     if (self.data_version >= mm_cfg.DATA_FILE_VERSION and
> AttributeError: DATA_FILE_VERSION
>     self.CheckVersion(dict)
>   File "/home/mailman/Mailman/MailList.py", line 602, in CheckVersion
>     if (self.data_version >= mm_cfg.DATA_FILE_VERSION and
> AttributeError: DATA_FILE_VERSION                
> 
> John: I have zero diff experience...if you gave me a command line or
> something, I'd run it (or whatever else) for ya if you need...I just don't
> want to horse around with it for a long time when a) I'm not sure if I'd
> be using it right and b) I'm at my new internship and am sneaking out
> through the corporate firewall to get here :)
> 
> -------------------------------------------------------------------------------
> Corbett J. Klempay			         Quote of the Week:
> http://www2.acm.jhu.edu/~cklempay  "Talent develops in quiet places,  
> 				    character in the full current of
>                                     human life."
> 
> PGP Fingerprint: 7DA2 DB6E 7F5E 8973 A8E7  347B 2429 7728 76C2 BEA1
> -------------------------------------------------------------------------------
> 
> 
> 
> 
> _______________________________________________
> Mailman-Developers maillist  -  Mailman-Developers@python.org
> http://www.python.org/mailman/listinfo/mailman-developers