[bind10-dev] sockcreator and systest

Jeremy C. Reed jreed at isc.org
Tue Aug 2 01:37:28 UTC 2011


I am enabling my systest autobuilder.

But it currently fails with:

Traceback (most recent call last):
  File "bind10", line 70, in <module>
    import bind10.sockcreator
ImportError: No module named bind10.sockcreator

The fix is easy: add @abs_top_builddir@/src/bin to the PYTHONPATH in 
run_build.sh.in.

Then next problem it can't find b10-sockcreator. So add 
@abs_top_builddir@/src/bin/sockcreator to PATH there.

But before I commit first fix for finding bind10.sockcreator -- should 
that code be someplace under src/lib/python like 
src/lib/python/isc/bind10/sockcreator.py ?  (and references as 
isc.bind10  and installed to isc.bind10 -- see my previous email 
"Subject: location of python modules and sockcreator").

Once this is fixed in master I will enable the automated systest builder 
in cron.

  Jeremy C. Reed
  ISC



More information about the bind10-dev mailing list