[Buildbot-devel] buildbot 'nine': ImportError: No module named mq

Dustin J. Mitchell dustin at v.igoro.us
Sun Jan 6 15:01:13 UTC 2013


On Sat, Jan 5, 2013 at 9:47 PM, Jason Edgecombe <jason at rampaginggeek.com> wrote:
> "/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

That's looking for buildbot/mq/connector.py, which exists in nine.  I
wonder if you have something weird going on with your Python Path?

There's no support for anything but in-process messages right now.  If
someone wants to add AMQP, STOMP, or ZeroMQ support (or all three!),
have at it!  I'd also like to add an in-database message queue which
will be ugly and slow and make DBAs take me off their Christmas card
list, but will help users of clustered buildmasters get started
without setting up any of the other tools.

Dustin




More information about the devel mailing list