Re: [Mailman-Users] Is there a way to get a list of all lists with the list owner?

2019-03-14 Thread Mark Sapiro
See . I think list_owners with '-w' and possibly '-m' is what you want. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

[Mailman-Users] Is there a way to get a list of all lists with the list owner?

2019-03-14 Thread Steven Jones
regards Steven -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives:

Re: [Mailman-Users] Fwd: Uncaught runner exception

2019-03-14 Thread Mark Sapiro
On 3/14/19 2:39 AM, Lothar Schilling wrote: >  Am 12.03.2019 um 23:47 schrieb Mark Sapiro: >> >> What is the path to the Python interpreter that Mailman is using? > > /usr/bin/python > /usr/bin/python -V: Python 2.6.6 What is the python command in the result of ps -fwwA|grep ArchRunner >>

Re: [Mailman-Users] Fwd: Uncaught runner exception

2019-03-14 Thread Mark Sapiro
On 3/14/19 8:14 AM, Stephen J. Turnbull wrote: > Lothar Schilling writes: > > > > What do you get if in that Python you do > > > > > > import string > > > lowercase > > I think this should be 'string.lowercase'. > > > import string > > > > lowercase > > Traceback (most recent call

[Mailman-Users] Fwd: Uncaught runner exception

2019-03-14 Thread Stephen J. Turnbull
Lothar Schilling writes: > > What do you get if in that Python you do > > > > import string > > lowercase I think this should be 'string.lowercase'. > import string > > lowercase > Traceback (most recent call last): >   File "", line 1, in > NameError: name 'lowercase' is not

[Mailman-Users] Fwd: Uncaught runner exception

2019-03-14 Thread Lothar Schilling
 Am 12.03.2019 um 23:47 schrieb Mark Sapiro: > On 3/12/19 2:37 AM, Lothar Schilling wrote: >> An example of a complete error message: >> >> Mar 11 17:02:22 2019 (15400) SHUNTING: >> 1552320069.504329+15fb4f71a5404fd1af3dafbe2780486d5b474cc7 >> Mar 11 17:22:37 2019 (15400) Uncaught runner