David Newman writes: > The Mailman build failed, saying 'dnspython not found' even though that > port is installed:
Have you fixed this? If so, please let us know, if not, here is something that may be a hint: Aside from what Mark said, this often indicates that Mailman is using a different python from the one that the package was installed for. > python2-2_3 > python27-2.7.11_2 The first one may be your system Python, and you may need to fix up paths or use an explicit configuration directive to specify that Mailman use python27, not python2. It's also possible that the first one is a "meta" package that doesn't actually include a python binary (I haven't used BSD ports in a long time). In this case the problem is elsewhere. ------------------------------------------------------ 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
