Thank you very much, Mark. It works well.

 

But there is one more thing, when I tried to enter one of the list admin
page and right after I key in admin password and click "Let me In",
there will be error;

 

Bug in Mailman Version 2.1.5

We're sorry, we hit a bug!

 

Please inform the webmaster for this site of the problem. Printing of
traceback and other system information has been explicitly inhibited,
but the webmaster can find this information in the Mailman error logs.

 

This happen after the domain migration from "mys.agilent.com" to
"mys.avagotech.net".

Any idea on how to solve it?

 

Thanks again.

 

 

 

Best Regards,

 

Ong, Hai Seong

IC Design CAD Tools System Engineer

Research and Development

Navigation Products Division

Avago Technologies (M) Sdn Bhd

Direct Line: 6-04-610-2824

Email: [EMAIL PROTECTED]

 

 

-----Original Message-----
From: Mark Sapiro [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 23, 2006 10:35 PM
To: ONG,HAI-SEONG; Ryan Steele
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Question regarding Mailman

 

ONG,HAI-SEONG wrote:

> 

>When I am in the bin direcocotry, I use the command withlist -l -r

>fix_url /listname/, I notice there are 3 fix_url in the bin directory.

>May I know if the "fix_url" is either

>fix_url.py/fix_url.pyc/fix_url.pyo?

 

 

It's all three. The source module is the .py file. The .pyc and .pyo

are compiled and optimized compiled files respectively. Python manages

these transparently, recompiling if necessary if the source is newer.

 

 

>And also, the listname you mean here is the mailing list, right? For

>example, (listname = lists/dragonite) which inside dragonite contains

>config.pck. Am I right?

> 

> 

>I have tried to use the command "withlist -l -r fix_url

>../lists/dragonite" and then it come out with the error as below;

 

 

In your case, the exact command is

 

withlist -l -r fix_url dragonite

 

i.e., just the list's name, not the path or the config.pick.

 

Note that if you just run 'fix_url.py' it will give some detail about

its usage.

 

 

>Importing fix_url...

>Running fix_url.py()...

>Traceback (most recent call last):

>     File "/usr/sbin/withlist", line 275, in ?

>     Main()

>File "/usr/sbin/withlist", line 250, in main

>     Func = getattr(mod, callable)

>Attribute error: 'module' object has no attribute 'py'

 

 

This error is because the command you gave was

 

withlist -l -r fix_url.py ...

 

rather than

 

withlist -l -r fix_url ...

 

Run 'bin/fix_url.py' and 'bin/withlist --help' for more details.

 

-- 

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