On Mon, May 15, 2017 at 6:07 PM, Mark Sapiro <[email protected]> wrote:
> On 05/15/2017 01:41 PM, Matt Morgan wrote: > > > > > > It's a customized Slack (which I'm not familiar with in the first > > place). Init scripts are in /etc/rc.d and /etc/rc.d/rc.mailman has a line > > > > PYTHON=/usr/bin/python > > > > and I get > > > > root@cool:/etc/rc.d# /usr/bin/python --version > > Python 2.7.5 > > > What do you get when you invoke /usr/bin/python and then do > > import string > string.lowercase > > If that produces 'abcdefghijklmnopqrstuvwxyz', It did. > I suggest you try > > sudo service mailman stop > > and then after all the mailman processes are stopped (see > <https://wiki.list.org/x/4030715>) > > sudo service mailman start > > and see if that helps. > Makes sense. I will report back when I have more data. Thanks! ------------------------------------------------------ Mailman-Users mailing list [email protected] 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: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
