[Buildbot-devel] Buildbot 0.8: exceptions.ImportError: cannot import name collections

Robert Stackhouse robertstackhouse at gmail.com
Tue Jun 22 14:15:47 UTC 2010


Hello,

I am trying to use a basic scheduler in my buildmaster configuration like
so:

from buildbot.schedulers import basic
from buildbot.schedulers import triggerable

quick = basic.Scheduler(name="quick", branch=None,
                                 treeStableTimer=2*60,
                                 builderNames=["quick"])


When I run "buildbot reconfig" the line "from buildbot.schedulers import
basic" causes the error "exceptions.ImportError: cannot import name
collections"

Any ideas what might be causing this?

Any help in this matter would be greatly appreciated.

Thanks,

-- 
Robert Stackhouse

http://robertstackhouse.com/flavorsof
http://agilebcs.org
http://bcsbloggers.org
http://uweb.tamu.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100622/36c087b3/attachment.html>


More information about the devel mailing list