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

2019-03-22 Thread Lothar Schilling
Am 21.03.2019 um 17:48 schrieb Mark Sapiro: > On 3/21/19 9:20 AM, Lothar Schilling wrote: >> Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37) >> [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2 >> (InteractiveConsole) > from string import lowercase > lowercase >>

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

2019-03-21 Thread Mark Sapiro
On 3/21/19 9:20 AM, Lothar Schilling wrote: > > Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37) > [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2 > (InteractiveConsole) from string import lowercase lowercase > 'abcdefghijklmnopqrstuvwxyz' import string string > I'm out

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

2019-03-21 Thread Lothar Schilling
Am 20.03.2019 um 18:54 schrieb Mark Sapiro: > On 3/20/19 5:31 AM, Lothar Schilling wrote: >> There is just one >> >> /usr/lib64/python2.6/string.py >> >> yielding >> >> lowercase = 'abcdefghijklmnopqrstuvwxyz'. > > You could try one more thing. Run Mailman's > > bin/withlist -i > ... from

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

2019-03-20 Thread Mark Sapiro
On 3/20/19 5:31 AM, Lothar Schilling wrote: > > There is just one > > /usr/lib64/python2.6/string.py > > yielding > > lowercase = 'abcdefghijklmnopqrstuvwxyz'. You could try one more thing. Run Mailman's bin/withlist -i ... >>> from string import lowercase >>> lowercase (response) >>>

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

2019-03-20 Thread Lothar Schilling
Am 18.03.2019 um 17:06 schrieb Mark Sapiro: > On 3/18/19 2:29 AM, Lothar Schilling wrote: >> Exception in fixAuthor: D▒rthe Hinz - Fl▒chtlingsrat Nds. >> Mar 18 08:33:51 2019 (23745) lowercase value: >>

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

2019-03-18 Thread Mark Sapiro
On 3/18/19 2:29 AM, Lothar Schilling wrote: > > Exception in fixAuthor: D▒rthe Hinz - Fl▒chtlingsrat Nds. > Mar 18 08:33:51 2019 (23745) lowercase value: >

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

2019-03-18 Thread Lothar Schilling
Mit herzlichem Dank und freundlichen Grüßen! Lothar Schilling Förderverein Pro Asyl e.V. Postfach 160624 60069 Frankfurt Tel. 069 242314-40 Am 15.03.2019 um 17:25 schrieb Mark Sapiro: > On 3/15/19 4:27 AM, Lothar Schilling wrote: >> Am 14.03.2019 um 18:55 schrieb Mark Sapiro: >>> On 3/14/19

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

2019-03-15 Thread Mark Sapiro
On 3/15/19 4:27 AM, Lothar Schilling wrote: > Am 14.03.2019 um 18:55 schrieb Mark Sapiro: >> On 3/14/19 2:39 AM, Lothar Schilling wrote: ... >>> string >>> ... > Sadly not: > > import string > string.lowercase >     'abcdefghijklmnopqrstuvwxyz' > string   >     This is interesting. Here you

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

2019-03-15 Thread Lothar Schilling
Am 14.03.2019 um 18:55 schrieb 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

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