[Buildbot-devel] buildbot 'nine': ImportError: No module named mq
Jason Edgecombe
jason at rampaginggeek.com
Sun Jan 6 02:47:18 UTC 2013
I get an error when trying to create a buildbot master using the 'nine'
branch. I'm thinking that I need to install a python library that
supports AMQP, but I found three, and I have no idea which one to install.
Here is the error log:
$ buildbot create-master buildbot
Traceback (most recent call last):
File "/usr/bin/buildbot", line 5, in <module>
pkg_resources.run_script('buildbot==0.8.7-pre2-1262-gc00f91e',
'buildbot')
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467,
in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200,
in run_script
execfile(script_filename, namespace, namespace)
File
"/usr/lib/python2.6/dist-packages/buildbot-0.8.7_pre2_1262_gc00f91e-py2.6.egg/EGG-INFO/scripts/buildbot",
line 4, in <module>
runner.run()
File
"/usr/lib/python2.6/dist-packages/buildbot-0.8.7_pre2_1262_gc00f91e-py2.6.egg/buildbot/scripts/runner.py",
line 709, in run
subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
File "/usr/lib/python2.6/dist-packages/twisted/python/reflect.py",
line 351, in namedObject
module = namedModule('.'.join(classSplit[:-1]))
File "/usr/lib/python2.6/dist-packages/twisted/python/reflect.py",
line 339, in namedModule
topLevel = __import__(name)
File
"/usr/lib/python2.6/dist-packages/buildbot-0.8.7_pre2_1262_gc00f91e-py2.6.egg/buildbot/scripts/create_master.py",
line 24, in <module>
from buildbot.master import BuildMaster
File
"/usr/lib/python2.6/dist-packages/buildbot-0.8.7_pre2_1262_gc00f91e-py2.6.egg/buildbot/master.py",
line 36, in <module>
from buildbot.mq import connector as mqconnector
ImportError: No module named mq
Thanks,
Jason
More information about the devel
mailing list