[Buildbot-devel] ImportError on checkconfig

Ian Peters-Campbell mahatmamanic at gmail.com
Thu Jan 29 00:12:59 UTC 2009


Hey all,

I'm probably doing something really dense without realizing it, so apologies
if this question is a lame one.  I've set up my buildmaster at
/home/buildmaster/Buildbot and written a significant amount of additional
code in ~/Buildbot/customCode/ and ~/Buildbot/config.  Unfortunatley when I
am in ~/Buildbot and I run

buildbot checkconfig master.cfg

I get an ImportError telling me that there is no module named
customCode.ConfigParser (which there is.)

Running the interactive interpreter I have no problem importing the
package.  I figured maybe Buildbot was changing its working directory and so
added ~/Buildbot to the pythonpath, but it didn't seem to have any effect.
Buildbot still seems unable to find my custom packages which live in what I
thought was the working directory.

Is there a working directory command line flag that I need to set and am not
seeing, or is there some different solution to my problem?  I feel like I'm
probably making a dumb mistake, but it's not connecting for me. :/

Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090128/c7264a2d/attachment.html>


More information about the devel mailing list