[Mailman-Users] Error during creating mailing list

2007-09-20 Thread Ahmad Faisal
I got these problem when try to create first mailing list using mailman 
after finish install mailman on my machine. Anyone could shed me a light ?

[EMAIL PROTECTED]/usr/lib/mailman/bin# ./newlist -q mailman 
[EMAIL PROTECTED] ayamtua
Traceback (most recent call last):
 File ./newlist, line 219, in ?
   main()
 File ./newlist, line 160, in main
   mlist.Create(listname, owner_mail, pw)
 File /usr/lib/mailman/Mailman/MailList.py, line 457, in Create
   self.InitVars(name, admin, crypted_password)
 File /usr/lib/mailman/Mailman/MailList.py, line 296, in InitVars
   self.web_page_url = (
TypeError: not all arguments converted during string formatting

OS: CentOS release 4.5 (Final)
Mailman version: mailman-2.1.5.1-34.rhel4.5
Uname: Linux ns1.whatever.com 2.6.9-55.plus.c4 #1 Sun May 20 10:10:53 
EDT 2007 x86_64 x86_64 x86_64 GNU/Linux


---
ded1
Will you meet me in the far away ?
http://www.ded1.net




--
-
-
-
DISCLAIMER: 

This e-mail (including any attachments) may contain confidential 
information. If you are not the intended recipient, you are hereby 
notified that any dealing, review, distribution, printing, copying 
or use of this e-mail is strictly prohibited. If you have received 
this email in error, please notify the sender or MIMOS Berhad 
immediately and delete the original message. Opinions, conclusions 
and other information in this e-mail that do not relate to the 
official business of MIMOS Berhad and/or its subsidiaries shall be 
understood as neither given nor endorsed by MIMOS Berhad and/or its 
subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts 
responsibility for the same. All liability arising from or in 
connection with computer viruses and/or corrupted e-mails is 
excluded to the fullest extent permitted by law.

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Error during creating mailing list

2007-09-20 Thread Mark Sapiro
Ahmad Faisal wrote:

I got these problem when try to create first mailing list using mailman 
after finish install mailman on my machine. Anyone could shed me a light ?

[EMAIL PROTECTED]/usr/lib/mailman/bin# ./newlist -q mailman 
[EMAIL PROTECTED] ayamtua
Traceback (most recent call last):
 File ./newlist, line 219, in ?
   main()
 File ./newlist, line 160, in main
   mlist.Create(listname, owner_mail, pw)
 File /usr/lib/mailman/Mailman/MailList.py, line 457, in Create
   self.InitVars(name, admin, crypted_password)
 File /usr/lib/mailman/Mailman/MailList.py, line 296, in InitVars
   self.web_page_url = (
TypeError: not all arguments converted during string formatting


I suspect you have set DEFAULT_URL_PATTERN in mm_cfg.py and in so
doing, you have removed the '%s' that's in the default
value('http://%s/mailman/') to receive the host name.

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

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