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

Marc-Antoine Ruel maruel at chromium.org
Tue Jun 22 14:38:59 UTC 2010


Are you using python 2.3? You need at least python 2.4.

Le 22 juin 2010 10:15, Robert Stackhouse <robertstackhouse at gmail.com> a écrit :
> 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
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>




More information about the devel mailing list