Re: [Mailman-Users] how do I read this?

2005-01-08 Thread Mark Sapiro
Dr. Scott S. Jones wrote:

Traceback (most recent call last):
  File /usr/lib/mailman/cron/gate_news, line 43, in ?
from Mailman import mm_cfg
  File /var/lib/mailman/Mailman/mm_cfg.py, line 50, in ?
DEFAULT_URL   = none
NameError: name 'none' is not defined

My Defaults.py shows that for my debian package, I should have 
DEFAULT_URL = none set just that way? Do I need to add none somewhere 
to define it?

It should be

DEFAULT_URL = None

i.e. None, not none.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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/


[Mailman-Users] how do I read this?

2005-01-07 Thread Dr. Scott S. Jones
At the prompt, I notice this:
[EMAIL PROTECTED]:/boot# vim /var/mail/scott
You have new mail in /var/mail/scott
I check that mail file and find the following error message:
Traceback (most recent call last):
 File /usr/lib/mailman/cron/gate_news, line 43, in ?
   from Mailman import mm_cfg
 File /var/lib/mailman/Mailman/mm_cfg.py, line 50, in ?
   DEFAULT_URL   = none
NameError: name 'none' is not defined
My Defaults.py shows that for my debian package, I should have 
DEFAULT_URL = none set just that way? Do I need to add none somewhere 
to define it?

--
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/