I've got partial success here: I've found two things: 1. If I install the following downgrade package that get me to the next step: python3-mistune_2.0.4-2_all.deb
Downloaded it from this source: http://launchpadlibrarian.net/677127882/python3-mistune_2.0.4-2_all.deb That got me half the way there. Then I ran into an issue with a conf file written for Django 3.x but incompatible with Django 4 on Ubuntu Noble. I fixed that be editing the following file after a failed mailman3-web installation: /usr/share/mailman3-web/urls.py Original Contents: Line 20: from django.conf.urls import include, url -> from django.urls, import include, re_path Lines 26-34: change "url" to "re_path". at the front of each line. Once you do that reinstall the package and it works. Still have to make sure everything is working but this got the package successful after warnings about the generated tables. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062960 Title: ubuntu 24.04 mailman3-web fails install on clean system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mailman-suite/+bug/2062960/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
