On 9/5/25 08:42, qno-mailman--- via Mailman-users wrote:
I googled and found that module nntplib is no more part of python since python-3.13. How can i fullfill (or avoid?) this dependency?
Mailman does not support Python 3.13 until Mailman 3.3.11 (not yet released). I'm not sure if there are other issues with Mailman 3.3.10 and Python 3.13 (I think not), but you can fix the missing nntplib dependency by doing
``` pip install standard-nntplib ``` in your venv. -- 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] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/OQK5ZV3NCOKXCGBOR2RXORG3ZVGL4VY3/ This message sent to [email protected]
