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

Dustin J. Mitchell dustin at v.igoro.us
Sun Jan 6 20:45:00 UTC 2013


On Sun, Jan 6, 2013 at 1:47 PM, Jason Edgecombe <jason at rampaginggeek.com> wrote:
> On 01/06/2013 10:01 AM, Dustin J. Mitchell wrote:
>>
>> 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
>>
> I'm not looking to use AMQP. I just wanted to stand up a test VM with 'nine'
> and possibly develop against it. I'm using a Vagrant Debian VM with my
> puppet module that successfully sets up buildbot 0.8.X. I've added a few
> packages for installation, but I can't seem to set up buildbot 'nine'.
>
> Because I wrote the automation (puppet module) to set up buildbot, I'm
> certain that the same steps are being followed for 'nine', because I'm using
> the same scripts for set up.
>
> I'm just trying to set up a simple buildbot VM for 'nine'.
>
> FYI, I have destroyed the VM and rebuilt from scratch, so there should be no
> residual cruft.

Ah, they're packaged.  It looks like buildbot.mq isn't included in
setup.py.  I'll fix that right now.

Dustin




More information about the devel mailing list