Closed GoogleCodeExporter closed 8 years ago
This is due to a thread-safety bug in the dnspython libraries that are
installed on
your machine. namebench ships with it's own "fixed" copy of the dnspython
library.
You should be able to use them if you deinstall your system copy of dnspython,
or set
the PYTHONPATH variable:
PYTHONPATH="/home/bpetersen/Download/namebench-1.1/third_party"
Or you could copy the fixed third_party/dns/entropy.py to
/usr/lib/python2.6/site-packages/dns/entropy.py
The dnspython folk know about the issue and should be releasing a fix for this
bug soon.
Original comment by thomas.r...@gmail.com
on 26 Jan 2010 at 8:48
Issue 112 has been merged into this issue.
Original comment by helixblue
on 26 Mar 2010 at 1:09
This is fixed in the upstream version of dnspython now (1.8.0). If you have
this problem
and the other workarounds are not sufficient, make sure you download it:
http://www.dnspython.org/
Original comment by helixblue
on 26 Mar 2010 at 7:05
Issue 113 has been merged into this issue.
Original comment by helixblue
on 26 Mar 2010 at 7:06
Original issue reported on code.google.com by
billyroy
on 15 Jan 2010 at 4:25