On 05/04/2016 11:27 AM, David Newman wrote: > Had to reinstall the Mailman port (not pkg) on a FreeBSD 10.3-RELEASE > system after updating some ports due to security vulnerabilities. > Several other packages also required rebuild to point to new shared objects. > > The Mailman build failed, saying 'dnspython not found' even though that > port is installed: > > root@mail:/usr/ports/mail/mailman # pkg info | grep dnspython > py27-dnspython-1.12.0 DNS toolkit for Python
what happens when you invoke /usr/local/bin/python2.7 and then do import dns.resolver Does that succeed or throw ImportError? If it succeeds, then configure should too as that's what it's doing and the python it's using. If it throws ImportError, then something is wrong in that the python at /usr/local/bin/python2.7 is not able to access the dnspython package. -- 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
