[bind10-dev] two isc/__init__.py

Jeremy C. Reed jreed at isc.org
Tue Feb 23 19:55:27 UTC 2010


We have two different python modules for isc/__init__.py 

I can't think of any examples like this in other projects, so not sure 
best approach. I can cat them together and install. But if someone does 
a "make install" in lib/cc or lib/config directory it will overwrite 
that.

Or could just have same master in both. But I don't know what will 
happen if not complete (such as want just cc modules and not config 
modules so config modules aren't installed).

As it is now, the lib/config/python version is installed last. So it 
appears nothing needs the lib/cc/python version of isc/__init__.py. I 
don't know why yet.

bind10 works if lib/config/python version is installed last.

bind10 does not work if lib/cc/python version is installed last:

	AttributeError: 'module' object has no attribute 'config'




More information about the bind10-dev mailing list