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', 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. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
