[Mailman-Users] pending subscribers

zbigniew szalbot zszalbot at gmail.com
Wed Nov 14 17:11:44 CET 2007


Hello,

Mark Sapiro pisze:

> zbigniew szalbot wrote:
>>
>>I uploaded the script to /usr/local/mailman/bin
>>but when I run list_pending adwent
>>I get "list_pending: command not found"
>>
>>$ l
>>-rwxr-xr-x  1 root  mailman   4708 Nov 14 16:32 list_pending
> 
> 
> Check the shebang line at the top of the script.
> 
> #! /usr/bin/env python
> 
> This is an attempt to run python in a system independent way, but it
> relies on the presence of /usr/bin/env which apparently is missing or
> in a different place on your system.
> 
> You can replace the whole thing with
> 
> #! /path/to/python

which on freebsd is in /usr/local/bin/python

Problem solved. Thanks again! I appreciate it!

Zbigniew Szalbot


More information about the Mailman-Users mailing list