On Tue, 2021-03-02 at 20:07 +0000, David Partain via Mailman-users wrote:
On Tue, 2021-03-02 at 19:56 +0000, David Partain via Mailman-users wrote:
I assume this is because /usr/share/mailman3-web/manage.py, which has:
'#!/usr/bin/env python'
resolves to Python 2.7.17.
Should I could try changing that to '#!/usr/bin/env python3' and see what happens? :) I could also uninstall python2 but that becomes more of a nail-biter...
I can report that the above doesn't help. Neither does just making /usr/bin/python link to /usr/bin/python3.6
I still get errors in mailman-web.log pointing to 2.7 as shown in my previous mail.
If I force the issue by linking /usr/bin/python to /usr/bin/python3.6, I start seeing:
ModuleNotFoundError: No module named 'hyperkitty
in mailman-web.log.
I know next to nothing about python. Is
pip install hyperkitty
the right answer?
I have the following installed now:
# dpkg -l | grep hyperkitty python-django-hyperkitty 1.1.4-4 python3-mailman-hyperkitty 1.1.0-4
but this version of Ubuntu has no python3-django-hyperkitty or I'd just try installing that...
My, this is a weird journey.
Cheers,
David