Open GoogleCodeExporter opened 8 years ago
Hi,
It appears that DNSPython isn't installed correctly.
If you run the Python interpreter you need to be able to import dns.message.
Can you try it please? It should look like the following:
$ /usr/bin/env python
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dns.message
>>> dir(dns.message)
['BadEDNS', 'BadTSIG', 'Message', 'ShortHeader', 'TrailingJunk',
'UnknownHeaderField', 'UnknownTSIGKey', '_TextReader', '_WireReader',
'__builtins__', '__doc__', '__file__', '__loader__', '__name__', '__package__',
'cStringIO', 'dns', 'from_file', 'from_text', 'from_wire', 'make_query',
'make_response', 'random', 'struct', 'sys', 'time']
>>>
Original comment by james.ra...@gmail.com
on 28 Oct 2013 at 3:07
Original issue reported on code.google.com by
Johntdyer
on 19 Jul 2013 at 5:44