<div dir="ltr">Hi,<div><br></div><div>I'm running ubuntu 14.04 with unbound 1.4.22 installed from packages. I'm also using python-unbound package to get the python interface going.</div><div><br></div><div>2 issues I'm seeing:</div><div><br></div><div>1) unbound-checkconfig complains that the python module isn't there:</div><div><br></div><div>[1456179172] unbound-checkconf[5330:0] fatal error: module conf 'python iterator' is not known to work<br></div><div><br></div><div>looking at the source code this seems to be due to WITH_PYTHONMODULE not being set, but I'm not sure where that's not happening. any clue?</div><div><br></div><div>2) I'm using the resgen.py script as fromĀ </div><div><br></div><div><a href="https://github.com/jedisct1/unbound/blob/master/pythonmod/examples/resgen.py">https://github.com/jedisct1/unbound/blob/master/pythonmod/examples/resgen.py</a><br></div><div><br></div><div>and my response does not get cached. is that expected?</div><div>I've tried to force the cache using storeQueryInCache as shown here:</div><div><br></div><div><a href="https://github.com/jedisct1/unbound/blob/master/pythonmod/examples/resmod.py">https://github.com/jedisct1/unbound/blob/master/pythonmod/examples/resmod.py</a><br></div><div><br></div><div>but I get an error (it just says python module error, no info why, but it doesn't happen if I don't have that line so pretty sure that's the problem).</div><div><br></div><div>any help?</div><div><br></div><div>thanks in advance,</div><div><br></div><div>Spike</div></div>