2011/7/28 Joe Steeve <[email protected]>: > Hello all, > > I am trying to integrate fanstatic with bluebream. I added 'fanstatic' > and 'zope.fanstatic' to my setup.py. bin/buildout fails without much > information: > > Installing app. > While: > Installing app. > Getting distribution for 'zope.fanstatic'. > Error: Picked: zope.fanstatic = 0.10 > > Please provide me with some pointers to fix this.
Either remove allow-picked-versions = false from buildout.cfg, or add versions of new dependencies to buildout.cfg: [versions] fanstatic = 0.11.2 zope.fanstatic = 0.10 -- Gediminas _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
