Hi,<br><br>I had cloned zorg from <a href="https://llvm.org/svn/llvm-project/zorg/trunk">https://llvm.org/svn/llvm-project/zorg/trunk</a>,<br>then I try to start the buildbot master located in buildbot/osuosl/master (the absolute path is /nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master) by simply typing "buildbot start"<br>
And I get something like this from my twistd.log:<br><br> --- <exception caught here> ---<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks<br> current.result = callback(current.result, *args, **kw)<br>
File "/usr/lib/python2.7/dist-packages/buildbot/master.py", line 226, in do_load<br> exec f in localDict<br> File "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/master.cfg", line 17, in <module><br>
import config<br> File "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/config/__init__.py", line 1, in <module><br> import builders<br> File "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/config/builders.py", line 1, in <module><br>
from zorg.buildbot.builders import ClangBuilder<br> exceptions.ImportError: No module named zorg.buildbot.builders<br><br>My system information listed as follow:<br>Buildbot version: 0.8.5<br>Twisted version: 11.1.0<br>
Python 2.7.3<br><br>Any hint about this problem is appreciated.<br><br>thanks a lot.<br>ether<br>