[Buildbot-devel] Should buildbot checkconfig . work if I'm importing python modules from a subdir?
William Deegan
bill at baddogconsulting.com
Tue Apr 19 17:29:41 UTC 2011
Greetings,
Should buildbot checkconfig . work if I'm importing python modules from
a subdir?
So in my buildbot master dir I have a directory called "bdc"
In my master.cfg I import a module:
import bdc.constants
But when I try buildbot checkconfig .
I get the following message:
ImportError: No module named bdc.constants
Doesn't the checkconfig logic setup the python path to pick these up?
Should it?
Thanks,
Bill
More information about the devel
mailing list