[Mailman-Users] Re: dnspython error

2020-07-31 Thread Mark Sapiro
On 7/31/20 11:48 AM, c...@web-analysts.net wrote: > Okay, that worked. I ran configure, make and make install without errors. > Now however when I try and access any list's admin web page I get a 'Bug in > Mailman version 2.1.34. We're sorry, we hit a bug!' The web server log > shows the error

[Mailman-Users] Re: dnspython error

2020-07-31 Thread csa--- via Mailman-Users
Okay, that worked. I ran configure, make and make install without errors. Now however when I try and access any list's admin web page I get a 'Bug in Mailman version 2.1.34. We're sorry, we hit a bug!' The web server log shows the error below, which I can't get past.

[Mailman-Users] Re: dnspython error

2020-07-31 Thread Mark Sapiro
On 7/31/20 8:15 AM, csa--- via Mailman-Users wrote: > Thank you for the prompt assistance. > > Below are the results > import dns.resolver > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named dns.resolver import sys sys.path > ['',

[Mailman-Users] Re: dnspython error

2020-07-31 Thread csa--- via Mailman-Users
Thank you for the prompt assistance. Below are the results >>> import dns.resolver Traceback (most recent call last): File "", line 1, in ImportError: No module named dns.resolver >>> import sys >>> sys.path ['', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-x86_64-linux-gnu',