Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio Crusca
On 15/11/18 18:24, Mark Sapiro wrote: As it says in the script, "This script must run from Mailman's bin/ directory." Sure, but it doesn't say "This script must be INSTALLED in the Mailman's bin/ directory." # cd /var/lib/mailman/bin # which non_members /usr/local/sbin/non_members # ls | grep

Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Mark Sapiro
On 11/15/18 4:54 AM, Lucio wrote: > I'm trying to use the non_members script by Mark Sapiro, which can be > downloaded here: > > https://www.msapiro.net/scripts/non_members > > on a Debian buster/sid amd64 system. > > # non_members > Traceback (most recent call last): >   File "/usr/local/sbin/n

Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio
I left part of the error message out by mistake: ImportError: No module named paths Il 15/11/18 13:54, Lucio ha scritto: I'm trying to use the non_members script by Mark Sapiro, which can be downloaded here: https://www.msapiro.net/scripts/non_members on a Debian buster/sid amd64 system. #

[Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio
I'm trying to use the non_members script by Mark Sapiro, which can be downloaded here: https://www.msapiro.net/scripts/non_members on a Debian buster/sid amd64 system. # non_members Traceback (most recent call last): File "/usr/local/sbin/non_members", line 63, in import paths What sho