Le 12/10/2007, "Juan Miscaro" <[EMAIL PROTECTED]> a écrit:

>The thing is still not working.
>
>$ ./withlist -a -r show_reminders
>Importing show_reminders...
>Traceback (most recent call last):
>  File "./withlist", line 297, in ?
>    main()
>  File "./withlist", line 266, in main
>    mod = __import__(module)
>ImportError: No module named show_reminders
>
>$ cat show_reminders
>def show_reminders(mlist):
>    if mlist.send_reminders:
>        print mlist.real_name
>
>$ ls -l /usr/local/lib/mailman/bin/show_reminders
>-rwxr-xr-x  1 _mailman  _mailman    86B Oct 12 08:15
>/usr/local/lib/mailman/bin/show_reminders

Your file must end with .py

--
   Frédéric
------------------------------------------------------
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